1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:24:04 +00:00

Use MySQL by default; create migrations/tenant in tenancy:install

This commit is contained in:
Samuel Štancl 2019-08-17 16:33:22 +02:00
parent be077ae73c
commit 47fb158b59
3 changed files with 12 additions and 4 deletions

View file

@ -19,7 +19,7 @@ return [
// 'localhost',
],
'database' => [
'based_on' => 'sqlite',
'based_on' => 'mysql',
'prefix' => 'tenant',
'suffix' => '',
],