Skip to content

Commit

Permalink
fix: stop schema dumps (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Sep 26, 2024
1 parent 17c5a6d commit 90f3b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export DATABASE_URL := "postgres://postgres:secret@localhost:15432/ftl?sslmode=d
init-db:
dbmate drop || true
dbmate create
dbmate --migrations-dir backend/controller/sql/schema up
dbmate --no-dump-schema --migrations-dir backend/controller/sql/schema up

# Regenerate SQLC code (requires init-db to be run first)
build-sqlc:
Expand Down

0 comments on commit 90f3b32

Please sign in to comment.