supabase-operator/testdata/push_migrations.sh

6 lines
126 B
Bash
Raw Normal View History

#!/bin/bash
supabase db push \
--include-seed \
--db-url "postgresql://supabase_admin:1n1t-R00t!@localhost:5432/app"