mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-21 01:34:04 +00:00
Database deletion is now skipped by default if the tenant has the `create_database` internal attribute set to false, meaning it was likely created without a database. This skip can be opted out of by changing a static property. It also adds an opt-in static property for ignoring any other failures during database deletion, to allow continuing execution of the delete pipeline. --------- Co-authored-by: Samuel Štancl <samuel@archte.ch> |
||
|---|---|---|
| .. | ||
| ClearPendingTenants.php | ||
| CreateDatabase.php | ||
| CreatePendingTenants.php | ||
| CreateStorageSymlinks.php | ||
| DeleteDatabase.php | ||
| DeleteDomains.php | ||
| DeleteTenantStorage.php | ||
| MigrateDatabase.php | ||
| RemoveStorageSymlinks.php | ||
| SeedDatabase.php | ||