create sql folder
This commit is contained in:
parent
9545e5bd4e
commit
aa5ccaded0
6 changed files with 4 additions and 4 deletions
2
sql/create_db_user.sql
Normal file
2
sql/create_db_user.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DROP USER cardapp;
|
||||
CREATE USER cardapp WITH PASSWORD 'database_password';
|
||||
Loading…
Add table
Add a link
Reference in a new issue