We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332ea0e commit 3df35e6Copy full SHA for 3df35e6
1 file changed
scripts/postgres/roles.sql
@@ -0,0 +1,5 @@
1
+DROP ROLE IF EXISTS sqlok;
2
+
3
+CREATE ROLE sqlok LOGIN
4
+ PASSWORD 'sqlnotthatgoodjustok'
5
+ NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE;
0 commit comments