Skip to content

Commit

Permalink
Merge pull request #33837 from dimagi/mjr/drop-change-meta-strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
mjriley authored Dec 5, 2023
2 parents 76b628e + 13b7f2b commit 1bdcd3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion corehq/ex-submodules/pillowtop/feed/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ class ChangeMeta(jsonobject.JsonObject):
This is only used in kafka-based pillows.
"""
_allow_dynamic_properties = False
# Allow dynamic properties, so that if a new property needs to be rolled back,
# changes pushed with that property do not create errors
_allow_dynamic_properties = True

document_id = DefaultProperty(required=True)

Expand Down

0 comments on commit 1bdcd3d

Please sign in to comment.