add separate sql script to create user

This commit is contained in:
Orfeas Theofanis 2022-08-28 13:37:05 +03:00
parent 773fc57117
commit 009d3e0c3a

2
create_db_user.sql Normal file
View file

@ -0,0 +1,2 @@
DROP USER cardapp;
CREATE USER cardapp WITH PASSWORD 'database_password';