summaryrefslogtreecommitdiff
path: root/util/sql/superuser_init.sql
diff options
context:
space:
mode:
Diffstat (limited to 'util/sql/superuser_init.sql')
-rw-r--r--util/sql/superuser_init.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/sql/superuser_init.sql b/util/sql/superuser_init.sql
index 145ff30e..1a2602cd 100644
--- a/util/sql/superuser_init.sql
+++ b/util/sql/superuser_init.sql
@@ -1,5 +1,5 @@
-- This script should be run before all other scripts and as a PostgreSQL
--- superuser It will create the VNDB database and required users.
+-- superuser. It will create the VNDB database and required users.
-- All other SQL scripts should be run by the 'vndb' user.
-- In order to "activate" a user, i.e. to allow login, you need to manually run
@@ -11,3 +11,5 @@ CREATE DATABASE vndb OWNER vndb;
-- The website
CREATE ROLE vndb_site;
+-- Multi
+CREATE ROLE vndb_multi;