Skip to content

Commit

Permalink
chore(localenv): fix startup migration (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov authored Aug 27, 2024
1 parent 5f4d0b5 commit 3bc368a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions localenv/cloud-nine-wallet/dbinit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ ALTER DATABASE cloud_nine_wallet_auth OWNER TO cloud_nine_wallet_auth;
CREATE USER happy_life_bank_backend WITH PASSWORD 'happy_life_bank_backend';
CREATE DATABASE happy_life_bank_backend;
ALTER DATABASE happy_life_bank_backend OWNER TO happy_life_bank_backend;

CREATE USER happy_life_bank_auth WITH PASSWORD 'happy_life_bank_auth';
CREATE DATABASE happy_life_bank_auth;
ALTER DATABASE happy_life_bank_auth OWNER TO happy_life_bank_auth;

0 comments on commit 3bc368a

Please sign in to comment.