fix(server): reverts local change

This commit is contained in:
Dimitrie Stefanescu
2021-08-29 01:29:43 +03:00
parent de761bccb4
commit 0890f1ea86
+1 -1
View File
@@ -42,7 +42,7 @@ exports.init = async ( ) => {
// Moves things along automatically on restart.
// Should perhaps be done manually?
// await knex.migrate.latest( )
await knex.migrate.latest( )
if ( process.env.NODE_ENV !== 'test' ) {
app.use( logger( 'speckle', 'dev', {} ) )