update init sh
This commit is contained in:
parent
0bc075aa4e
commit
32ce032995
@ -23,7 +23,7 @@ const updateCollections = async () => {
|
||||
);
|
||||
};
|
||||
const updateData = async () => {
|
||||
await MongoDatasetData.updateMany({ indexes: { $exists: true } }, [
|
||||
await MongoDatasetData.updateMany({}, [
|
||||
{
|
||||
$set: {
|
||||
indexes: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user