Skip to content

Commit 5439fc6

Browse files
committed
Create init.sql
1 parent 5b59e8e commit 5439fc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/init.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)