Skip to content

Commit 30eb9a3

Browse files
committed
updated 078 index.js
1 parent 06ee4c0 commit 30eb9a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/scripts/migrations/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ import m074 from './074';
8181
import m075 from './075';
8282
import m076 from './076';
8383
import m077 from './077';
84+
import m078 from './078';
8485

8586
const migrations = [
8687
m002,
@@ -159,6 +160,7 @@ const migrations = [
159160
m075,
160161
m076,
161162
m077,
163+
m078,
162164
];
163165

164166
export default migrations;

0 commit comments

Comments
 (0)