Skip to content

Commit

Permalink
chore: devcontainer create production env database
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Sep 27, 2024
1 parent d301eb5 commit b0754fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/create-db-user.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CREATE USER zealot SUPERUSER;
CREATE DATABASE zealot_development WITH OWNER zealot;
CREATE DATABASE zealot_test WITH OWNER zealot;
CREATE DATABASE zealot WITH OWNER zealot;

0 comments on commit b0754fa

Please sign in to comment.