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