mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-25 01:12:42 -04:00
Add reports table
This commit is contained in:
15
scripts/migrate.sh
Normal file
15
scripts/migrate.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd "$(dirname "$0")"/..
|
||||
|
||||
source .env
|
||||
|
||||
export PGPASSWORD=$SUPABASE_DB_PASSWORD
|
||||
|
||||
psql \
|
||||
-h db.ltzepxnhhnrnvovqblfr.supabase.co \
|
||||
-p 5432 \
|
||||
-d postgres \
|
||||
-U postgres \
|
||||
-f backend/supabase/migration.sql
|
||||
Reference in New Issue
Block a user