فهرست منبع

Update 2020042016039-remove-crowi-layout.js

itizawa 6 سال پیش
والد
کامیت
a0fcd0dcb3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {