mirror of https://github.com/buster-so/buster.git
fix seed script
This commit is contained in:
parent
99d9399f51
commit
c458e6070f
|
@ -6,7 +6,7 @@ dev:
|
|||
supabase db reset
|
||||
export DATABASE_URL=postgres://postgres:postgres@127.0.0.1:54322/postgres && \
|
||||
diesel migration run && \
|
||||
PGPASSWORD=postgres psql -h 127.0.0.1 -p 54322 -d postgres -U postgres -f src/database_dep/seed.sql && \
|
||||
PGPASSWORD=postgres psql -h 127.0.0.1 -p 54322 -d postgres -U postgres -f libs/database/seed.sql && \
|
||||
export RUST_LOG=debug
|
||||
export CARGO_INCREMENTAL=1
|
||||
nice cargo watch -x run
|
||||
|
|
Loading…
Reference in New Issue