From cf2f98ad080bb6e0e7949bd7e84d70fefda24c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 2 Dec 2019 20:39:03 +0100 Subject: [PATCH] revert to db as default for pgsql --- assets/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/config.php b/assets/config.php index 94c471fa..42798b19 100644 --- a/assets/config.php +++ b/assets/config.php @@ -59,8 +59,8 @@ return [ // Tenant database managers handle the creation & deletion of tenant databases. 'sqlite' => Stancl\Tenancy\TenantDatabaseManagers\SQLiteDatabaseManager::class, 'mysql' => Stancl\Tenancy\TenantDatabaseManagers\MySQLDatabaseManager::class, - // 'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLDatabaseManager::class, - 'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLSchemaManager::class, // Separate by schema instead of database + 'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLDatabaseManager::class, + // 'pgsql' => Stancl\Tenancy\TenantDatabaseManagers\PostgreSQLSchemaManager::class, // Separate by schema instead of database ], 'database_manager_connections' => [ // Connections used by TenantDatabaseManagers. This tells, for example, the