supabase-operator/testdata/push_migrations.sh
Peter Kurfer ef8f3471ab
Some checks failed
Lint / Run on Ubuntu (push) Failing after 3m14s
E2E Tests / Run on Ubuntu (push) Failing after 24s
Tests / Run on Ubuntu (push) Failing after 2m42s
release / release (push) Successful in 7m58s
chore: setup some example schema to play around
2025-01-21 08:53:10 +01:00

5 lines
126 B
Bash
Executable file

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