mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-28 23:51:01 -05:00
7 lines
143 B
Bash
7 lines
143 B
Bash
PGPASSWORD="eVxjrghGhtP9FpCc" psql \
|
|
-h db.ltzepxnhhnrnvovqblfr.supabase.co \
|
|
-p 5432 \
|
|
-d postgres \
|
|
-U postgres \
|
|
-f migration.sql
|