From 1d89cee94672ed09ba1733cae76142b69f72b3cc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 26 Mar 2025 15:59:43 +0000 Subject: [PATCH] Remove structure.sql to force a migration Fixes #5847 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5