chore: setup some example schema to play around
This commit is contained in:
parent
39a262dd34
commit
ef8f3471ab
7 changed files with 322 additions and 0 deletions
testdata
5
testdata/push_migrations.sh
vendored
Executable file
5
testdata/push_migrations.sh
vendored
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
supabase db push \
|
||||
--include-seed \
|
||||
--db-url "postgresql://supabase_admin:1n1t-R00t!@localhost:5432/app"
|
Loading…
Add table
Add a link
Reference in a new issue