]> git.openstreetmap.org Git - rails.git/commitdiff
Remove structure.sql to force a migration
authorTom Hughes <tom@compton.nu>
Wed, 26 Mar 2025 15:59:43 +0000 (15:59 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 26 Mar 2025 16:08:11 +0000 (16:08 +0000)
Fixes #5847

.github/workflows/tests.yml

index d8a76bcb147789d9a17ac37c926c41b4ea3b56ed..b60310e7934e906c111295b2129d69255190a799 100644 (file)
@@ -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