MongoDB Dodaj wartość kluczową do wszystkich dokumentów

db.your_collection.update_many({}, {"$set": {"new_field": "value"}}, upsert=False, array_filters=None)
Eager Emu