Skip to content

Commit 9a563db

Browse files
committed
Use the same password for ease of use
1 parent d5b4b1a commit 9a563db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initdb.d/init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create user mark with encrypted password 'mark';
1+
create user mark with encrypted password 'secret';
22
create role administrator;
33
create role marketing;
44
grant marketing to mark;

0 commit comments

Comments
 (0)