mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add back missing line
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7fd2458584
commit
7f87f07381
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class PostgreSQL extends AbstractDatabase {
|
|||
// Therefore we assume that the database is only used by one user/service which is Nextcloud
|
||||
// Additional services should get installed in a separate database in order to stay secure
|
||||
// Also see https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS
|
||||
$connectionMainDatabase->executeQuery('GRANT CREATE ON SCHEMA public TO ' . addslashes($this->dbUser));
|
||||
$connectionMainDatabase->executeQuery('GRANT CREATE ON SCHEMA public TO "' . addslashes($this->dbUser) . '"');
|
||||
$connectionMainDatabase->close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue