Skip to content

Commit b99ad77

Browse files
committed
fix: add contraint reader migration
1 parent 45041eb commit b99ad77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils/ReaderMigrationSequelize.js

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ class MockQueryInterface {
6161

6262
delete this.attributeTables[before]
6363
}
64+
65+
addConstraint() {
66+
return this
67+
}
6468
}
6569

6670
const fs = require('fs')

0 commit comments

Comments
 (0)