mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-03 03:18:07 -05:00
7 lines
113 B
Bash
7 lines
113 B
Bash
psql \
|
|
-h db.ltzepxnhhnrnvovqblfr.supabase.co \
|
|
-p 5432 \
|
|
-d postgres \
|
|
-U postgres \
|
|
-f migration.sql
|