mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 14:44:05 +00:00
nitpick: make the default tenant database name a bit more readable
Right now databases on a fresh install are setup like
```tenanta0f50601-87fb-4f8e-bb18-3fb0b39a69bc```
added `_` just to make it a bit tidier 😅
This commit is contained in:
parent
37a0f1a713
commit
63257cad3f
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ return [
|
|||
* Tenant database names are created like this:
|
||||
* prefix + tenant_id + suffix.
|
||||
*/
|
||||
'prefix' => 'tenant',
|
||||
'prefix' => 'tenant_',
|
||||
'suffix' => '',
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue