Skip to content

Commit

Permalink
Merge pull request #795 from alphagov/cs-prepare
Browse files Browse the repository at this point in the history
Content Store: Use `db:prepare` instead of `db:setup`
  • Loading branch information
csutter authored Nov 14, 2024
2 parents b583929 + 184edde commit 911de0b
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 911de0b

Please sign in to comment.