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