Browse Source

Fixed small issue with migration2

Kristian Vos 4 years ago
parent
commit
01ed9c5f93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backend/logic/migration/migrations/migration2.js

+ 1 - 0
backend/logic/migration/migrations/migration2.js

@@ -66,6 +66,7 @@ export default async function migrate(MigrationModule) {
 												}
 											}
 										);
+										next();
 									}
 								}
 							);