This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
kris
/
Musare
espejo de
https://github.com/Musare/Musare.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fixed small issue with migration2
Kristian Vos
hace 4 años
padre
e6dd4cb18e
commit
01ed9c5f93
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
backend/logic/migration/migrations/migration2.js
+ 1
- 0
backend/logic/migration/migrations/migration2.js
Ver fichero
@@ -66,6 +66,7 @@ export default async function migrate(MigrationModule) {
}
}
);
+ next();
}
}
);