updated config
This commit is contained in:
4
dmapp/def/update task after date.js
Normal file
4
dmapp/def/update task after date.js
Normal file
@@ -0,0 +1,4 @@
|
||||
db.switch.updateMany(
|
||||
{ date: { $gt: ISODate("2025-02-13T11:00:00-03:00") } },
|
||||
{ $set: { task: "f6f23db6" } }
|
||||
)
|
||||
Reference in New Issue
Block a user