1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00

Move separate_by to database

This commit is contained in:
Samuel Štancl 2019-12-09 14:43:42 +01:00
parent 4041166f3a
commit 8699c8530b
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ class DatabaseSchemaManagerTest extends TestCase
'database.connections.pgsql.schema' => 'public',
'tenancy.database.based_on' => null,
'tenancy.database.suffix' => '',
'tenancy.separate_by' => 'schema',
'tenancy.database.separate_by' => 'schema',
]);
}