Skip to content
Snippets Groups Projects
Unverified Commit 6940e467 authored by Cam Saül's avatar Cam Saül
Browse files

Fix migration for MySQL :wrench:

parent fac6ff5e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ databaseChangeLog:
id: 42
author: camsaul
changes:
- dropForeignKeyConstraint:
baseTableName: query_queryexecution
constraintName: fk_queryexecution_ref_query_id
- dropColumn:
tableName: query_queryexecution
columnName: query_id
......
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