mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Add config key for dropping tenant databases on migrate:fresh
This commit is contained in:
parent
0ba6602872
commit
6be44ceddc
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ return [
|
||||||
*/
|
*/
|
||||||
// 'pgsql' => Stancl\Tenancy\Database\TenantDatabaseManagers\PostgreSQLSchemaManager::class, // Separate by schema instead of database
|
// 'pgsql' => Stancl\Tenancy\Database\TenantDatabaseManagers\PostgreSQLSchemaManager::class, // Separate by schema instead of database
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'drop_tenant_databases_on_migrate_fresh' => false
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue