diff --git a/resources/migrations/000_migrations.yaml b/resources/migrations/000_migrations.yaml
index caa0181f643f6a035ec8ec55aa3f535a6a24ae73..0bbf7873fabae6df382ffbcfa0b1cb8d735efdaa 100644
--- a/resources/migrations/000_migrations.yaml
+++ b/resources/migrations/000_migrations.yaml
@@ -3820,3 +3820,12 @@ databaseChangeLog:
                   defaultValue: false
                   constraints:
                     nullable: false
+  - changeSet:
+      id: 64
+      author: senior
+      comment: 'Added 0.26.0'
+      changes:
+      - dropForeignKeyConstraint:
+          baseTableName: raw_table
+          constraintName: fk_rawtable_ref_database
+          remarks: 'This FK prevents deleting databases even though RAW_TABLE is no longer used. The table is still around to support downgrades, but the FK reference is no longer needed.'