Yuki Takei 1 год назад
Родитель
Сommit
982c3967af

+ 1 - 1
apps/app/src/migrations/19700101000000-foremost-1000-20241123211930-remove-ns-from-configs.js → apps/app/src/migrations/19700101000000-foremost-1000-20241123211930-remove-index-for-ns-from-configs.js

@@ -4,7 +4,7 @@ import { getMongoUri, mongoOptions } from '~/server/util/mongoose-utils';
 import loggerFactory from '~/utils/logger';
 
 
-const logger = loggerFactory('growi:migrate:remove-ns-from-configs');
+const logger = loggerFactory('growi:migrate:remove-index-for-ns-from-configs');
 
 async function dropIndexIfExists(db, collectionName, indexName) {
   // check existence of the collection