Skip to content

Commit 7ca2f56

Browse files
committed
fix(insert): add missing insert entry to interface
Fixes #542 Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
1 parent 467bf2a commit 7ca2f56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/interface/migratorInterface.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ MigratorInterface.prototype = {
114114

115115
all: dummy,
116116

117-
close: dummy
117+
close: dummy,
118+
119+
insert: dummy
118120
};
119121

120122
module.exports = MigratorInterface;

0 commit comments

Comments
 (0)