Skip to content

Commit ea78cf7

Browse files
authored
Merge pull request #55 from dimagi/ap/add-props-in-ShardAllocationDoc
add props in ShardAllocationDoc
2 parents ad270e7 + 5dc3478 commit ea78cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

couchdb_cluster_admin/doc_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class ShardAllocationDoc(ConfigInjectionMixin, JsonObject):
4343
changelog = ListProperty(ListProperty(str))
4444
shard_suffix = ListProperty(int)
4545
by_range = DictProperty(ListProperty(str))
46+
props = DictProperty(dict)
4647

4748
@property
4849
def usable_shard_suffix(self):

0 commit comments

Comments
 (0)