Skip to content

Commit

Permalink
Remove foreign key constraints from MyISAM table (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer authored Mar 12, 2020
1 parent 73992a1 commit 31c2851
Showing 1 changed file with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,6 @@
],
"type": "BTREE"
}
],
"foreign_key_constraints": [
{
"name": "fk_dsv_domain_id",
"columns": [
"domain_id"
],
"referenced_table": "domains",
"referenced_columns": [
"id"
],
"on_delete": "CASCADE"
},
{
"name": "fk_dsv_submission_venue_id",
"columns": [
"submission_venue_id"
],
"referenced_table": "submission_venue",
"referenced_columns": [
"submission_venue_id"
]
}
]
}
}

0 comments on commit 31c2851

Please sign in to comment.