summaryrefslogtreecommitdiff
path: root/src/db/migrations/0001.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/migrations/0001.sql')
-rw-r--r--src/db/migrations/0001.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/migrations/0001.sql b/src/db/migrations/0001.sql
index d20d895..9f6f312 100644
--- a/src/db/migrations/0001.sql
+++ b/src/db/migrations/0001.sql
@@ -2,9 +2,6 @@ BEGIN TRANSACTION;
SET search_path = public;
-- Migration Start
-CREATE ROLE authenticator LOGIN NOINHERIT NOCREATEDB NOCREATEROLE NOSUPERUSER;
--- scary, make sure the db is not public!!!
-ALTER ROLE authenticator WITH PASSWORD 'postgrest';
CREATE ROLE rest_anon NOLOGIN;
CREATE ROLE rest_user NOLOGIN;
GRANT rest_anon TO authenticator;