Explorar el Código

Update 2020042016039-remove-crowi-layout.js

itizawa hace 6 años
padre
commit
a0fcd0dcb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/migrations/2020042016039-remove-crowi-layout.js

+ 1 - 1
src/migrations/2020042016039-remove-crowi-layout.js

@@ -17,7 +17,7 @@ module.exports = {
 
     await Config.findOneAndUpdate(query, { value: JSON.stringify('growi') }); // update layout
 
-    logger.info('Migration has successfully');
+    logger.info('Migration has successfully applied');
   },
 
   down(db) {