chore: setup some example schema to play around

This commit is contained in:
Peter 2025-01-21 08:53:10 +01:00
parent 39a262dd34
commit ef8f3471ab
Signed by: prskr
GPG key ID: F56BED6903BC5E37
7 changed files with 322 additions and 0 deletions

5
testdata/push_migrations.sh vendored Executable file
View file

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