Skip to content

Commit

Permalink
DB: Disable user seeding for testing data
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Dec 17, 2024
1 parent c010150 commit 3b48c7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/remote/restore-dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ docker exec -i ts-db psql -U postgres dbmaster < $DIR/data/dump.sql
docker exec -i ts-db psql -U postgres dbmaster < $DIR/sql/post-restore.sql

blitz prisma migrate deploy
SEED_USER_ONLY=1 blitz db seed

# TODO: It looks like this is broken. Need to do a clean test later(TM)…
# SEED_USER_ONLY=1 blitz db seed

0 comments on commit 3b48c7a

Please sign in to comment.