1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
cherrypick/tools/migration/nighthike/6.js

2 lines
78 B
JavaScript
Raw Normal View History

db.posts.update({ mediaIds: null }, { $set: { mediaIds: [] } }, false, true);