We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b59e8e commit 5439fc6Copy full SHA for 5439fc6
config/init.sql
@@ -0,0 +1,3 @@
1
+CREATE DATABASE btaa_data_api;
2
+CREATE USER btaa_data_api_user WITH PASSWORD '${POSTGRES_PASSWORD}';
3
+GRANT ALL PRIVILEGES ON DATABASE btaa_data_api TO btaa_data_api_user;
0 commit comments