mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
chore: fixup PostgreSQL typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
0510ffc8fd
commit
eb96d8e804
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class PostgreSQL extends AbstractDatabase {
|
|||
// See: https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS
|
||||
$connectionMainDatabase->executeQuery('CREATE SCHEMA IF NOT EXISTS "' . addslashes($this->dbUser) . '" AUTHORIZATION "' . addslashes($this->dbUser) . '"');
|
||||
$connectionMainDatabase->close();
|
||||
}
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
$this->logger->warning('Error trying to connect as "postgres", assuming database is setup and tables need to be created', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue