Skip to content

Commit 9fad6bc

Browse files
committed
fix: add 122 migration to script
1 parent dca23ea commit 9fad6bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/scripts/migrations/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ const migrations = [
132132
require('./119'),
133133
require('./120'),
134134
require('./121'),
135+
require('./122'),
135136
];
136137

137138
export default migrations;

0 commit comments

Comments
 (0)