不要怂,就是干,撸起袖子干!

Commit 0bbf8de9 by Matheus Bratfisch

Adding remembering note to remove dialect condition when FK constraints creation…

… are not made for hooks:true #2746
1 parent 1387f143
Showing with 2 additions and 1 deletions
...@@ -5332,7 +5332,8 @@ describe(Support.getTestDialectTeaser('Hooks'), function() { ...@@ -5332,7 +5332,8 @@ describe(Support.getTestDialectTeaser('Hooks'), function() {
}); });
}); });
}); });
// NOTE: Reenable when FK constraints create table query is fixed when using hooks
if (dialect !== "mssql") { if (dialect !== "mssql") {
describe('multiple 1:M', function () { describe('multiple 1:M', function () {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!