add separate sql script to create user
This commit is contained in:
parent
773fc57117
commit
009d3e0c3a
1 changed files with 2 additions and 0 deletions
2
create_db_user.sql
Normal file
2
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