From: Tom Hughes Date: Wed, 26 Mar 2025 15:59:43 +0000 (+0000) Subject: Remove structure.sql to force a migration X-Git-Tag: live~25^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/1d89cee94672ed09ba1733cae76142b69f72b3cc?hp=1ae3b88086b67a1d1fb974a851f6a27c6409fb4e Remove structure.sql to force a migration Fixes #5847 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d8a76bcb1..b60310e79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,6 +45,7 @@ jobs: - name: Populate database run: | sed -f script/normalise-structure db/structure.sql > db/structure.expected + rm -f db/structure.sql bundle exec rails db:migrate sed -f script/normalise-structure db/structure.sql > db/structure.actual diff -uw db/structure.expected db/structure.actual