1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-04 17:58:10 +09:00
hotomoe/tools/migration/nighthike/6.js

2 lines
78 B
JavaScript
Raw Normal View History

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