mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:14:03 +00:00
Don't drop tenant DBs on migrate:fresh by default
This commit is contained in:
parent
49169f3dc1
commit
d4b5d7c2df
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ return [
|
|||
// 'pgsql' => Stancl\Tenancy\Database\TenantDatabaseManagers\PostgreSQLSchemaManager::class, // Separate by schema instead of database
|
||||
],
|
||||
|
||||
'drop_tenant_databases_on_migrate_fresh' => true
|
||||
'drop_tenant_databases_on_migrate_fresh' => false
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue