mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:14:03 +00:00
Drop tenant databases by default
This commit is contained in:
parent
c2acb85d54
commit
3728eea6de
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' => false
|
||||
'drop_tenant_databases_on_migrate_fresh' => true
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue