Skip to content

Commit

Permalink
Merge pull request #3509 from ever-co/stage
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
evereq authored Jan 14, 2025
2 parents d519031 + 35ef0d4 commit 23c3a78
Show file tree
Hide file tree
Showing 71 changed files with 4,618 additions and 382 deletions.
7 changes: 7 additions & 0 deletions .deploy/db/init-user-db.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -e

psql -v ON_ERROR_STOP=1 --username "$DB_USER" --dbname "$DB_NAME" <<-EOSQL
CREATE DATABASE gauzy;
GRANT ALL PRIVILEGES ON DATABASE gauzy TO postgres;
EOSQL
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 23c3a78

Please sign in to comment.