Skip to content
Snippets Groups Projects
Commit 5ba4ad38 authored by Ryan Senior's avatar Ryan Senior
Browse files

Remove the RAW_TABLE FK reference to METABASE_DATABASE

Fixes #5866
parent eebb8420
No related branches found
No related tags found
No related merge requests found
......@@ -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.'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment