Document pgsql schema separation fix #45

This commit is contained in:
Samuel Štancl 2020-04-23 19:51:00 +02:00
parent 0e8a9a7ac9
commit ff8b594cbd
2 changed files with 17 additions and 1 deletions

View file

@ -79,7 +79,8 @@ return [
'Tenants' => 'tenants',
'Central App' => 'central-app',
'Universal Routes' => 'universal-routes',
'Cacheed Tenant Lookup' => 'cached-tenant-lookup',
'Cached Tenant Lookup' => 'cached-tenant-lookup',
'PostgreSQL schema separation' => 'postgres-schema-separation',
'Custom Database Names' => 'custom-database-names',
'Custom DB Connections' => 'custom-db-connections',
'Disabling DB Creation' => 'disabling-db-creation',