itizawa 6 years ago
parent
commit
b47c7fa58b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/migrations/20190619055421-adjust-page-grant.js

+ 0 - 1
src/migrations/20190619055421-adjust-page-grant.js

@@ -18,7 +18,6 @@ module.exports = {
          {
          {
            filter: { grant: null },
            filter: { grant: null },
            update: { $set: { grant: Page.GRANT_PUBLIC } },
            update: { $set: { grant: Page.GRANT_PUBLIC } },
-           upsert: true,
          },
          },
       },
       },
     ]);
     ]);