Skip to content

Commit 899b8bc

Browse files
committed
fix(insert): add missing insert entry to interface
Fixes #542 Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent d2cab31 commit 899b8bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/interface/migratorInterface.js

+3-1
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)