There was an error while loading. Please reload this page.
1 parent d5b4b1a commit 9a563dbCopy full SHA for 9a563db
initdb.d/init.sql
@@ -1,4 +1,4 @@
1
-create user mark with encrypted password 'mark';
+create user mark with encrypted password 'secret';
2
create role administrator;
3
create role marketing;
4
grant marketing to mark;
0 commit comments