refactor(models): remove 'is_readonly' attribute from multiple database models for consistency

This commit is contained in:
Andras Bacsai
2025-09-10 19:34:49 +02:00
parent fc7770100b
commit f64622c764
9 changed files with 1 additions and 11 deletions

View File

@@ -29,7 +29,6 @@ class StandalonePostgresql extends BaseModel
'host_path' => null,
'resource_id' => $database->id,
'resource_type' => $database->getMorphClass(),
'is_readonly' => true,
]);
});
static::forceDeleting(function ($database) {