diff --git a/create_db_user.sql b/create_db_user.sql new file mode 100644 index 0000000..678c8b1 --- /dev/null +++ b/create_db_user.sql @@ -0,0 +1,2 @@ +DROP USER cardapp; +CREATE USER cardapp WITH PASSWORD 'database_password'; \ No newline at end of file