We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33d52f commit ba9d6b1Copy full SHA for ba9d6b1
modules/@apostrophecms/migration/index.js
@@ -328,12 +328,7 @@ module.exports = {
328
'add-missing-schema-fields': {
329
usage: 'Add missing schema fields to existing database documents',
330
task: async () => {
331
- const result = await self.addMissingSchemaFields();
332
- const migrations = await self.db.find().toArray();
333
- console.log({
334
- result,
335
- migrations
336
- });
+ await self.addMissingSchemaFields();
337
}
338
339
};
0 commit comments