itizawa 6 lat temu
rodzic
commit
b47c7fa58b

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

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