Commit 32ce0329 by archer

update init sh

parent 0bc075aa
...@@ -23,7 +23,7 @@ const updateCollections = async () => { ...@@ -23,7 +23,7 @@ const updateCollections = async () => {
); );
}; };
const updateData = async () => { const updateData = async () => {
await MongoDatasetData.updateMany({ indexes: { $exists: true } }, [ await MongoDatasetData.updateMany({}, [
{ {
$set: { $set: {
indexes: { indexes: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment