Skip to content

Commit

Permalink
Content Store: Use db:prepare instead of db:setup
Browse files Browse the repository at this point in the history
We probably don't want to nuke existing databases anyway, and the new
SQL-instead-of-Ruby based schema in Content Store won't apply cleanly to
an existing database (where this will just make it run migrations
instead).
  • Loading branch information
csutter committed Nov 14, 2024
1 parent c598aca commit 184edde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/content-store/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
content-store: bundle-content-store router-api publishing-api
$(GOVUK_DOCKER) run $@-lite bin/rake db:setup
$(GOVUK_DOCKER) run $@-lite bin/rake db:prepare

0 comments on commit 184edde

Please sign in to comment.