1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 14:34:03 +00:00
tenancy/src/Jobs
lukinovec 0bd58528d2 Make DeleteTenantStorage delete the tenant storage directory regardless of suffix_storage_path
The job depended on storage_path(), which is only suffixed when
suffix_storage_path is enabled, so with it disabled the tenant's files were left
behind. It now uses the bootstrapper's own suffix logic via a new
getBoundTenantStoragePath() method..
2026-09-07 18:32:15 -07:00
..
ClearPendingTenants.php Resource syncing rework (#30) 2024-02-10 19:08:37 +01:00
CreateDatabase.php Fix assert: run createDatabase() outside assert() 2025-10-16 01:10:07 +02:00
CreatePendingTenants.php Resource syncing rework (#30) 2024-02-10 19:08:37 +01:00
CreateStorageSymlinks.php Enable single_line_empty_body phpcsfixer rule 2024-04-02 04:31:03 +02:00
DeleteDatabase.php Skip DB deletion when create_database=false, add ignoreFailures (#1394) 2026-05-01 21:57:19 +02:00
DeleteDomains.php fix: drop tenant databases on migrate fresh without domains (#1282) 2025-01-01 20:31:47 +01:00
DeleteTenantStorage.php Make DeleteTenantStorage delete the tenant storage directory regardless of suffix_storage_path 2026-09-07 18:32:15 -07:00
MigrateDatabase.php [MINOR BC] Create pending tenants with pending_since, improve --with-pending (#1458) 2026-06-05 15:36:57 -07:00
RemoveStorageSymlinks.php Central routes without Route::domain(), configurable tenant/central routes by default for domain/subdomain identification, allow accessing central routes in early identification for path & request data middleware (#3) 2023-08-03 00:23:26 +02:00
SeedDatabase.php [MINOR BC] Create pending tenants with pending_since, improve --with-pending (#1458) 2026-06-05 15:36:57 -07:00