alphagov / govuk-docker

GOV.UK development environment using Docker 🐳
MIT License
82 stars 22 forks source link

Content Store: Use `db:prepare` instead of `db:setup` #795

Closed csutter closed 1 week ago

csutter commented 1 week ago

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).