[FAB-13196] Make Fabric compatible with CouchDB 2.3
CouchDB 2.3 changed format of fields update_seq and purge_seq.
This causes a problem when Fabric maps the CouchDB
JSON resposnes to structs.
Since Fabric doesn't use these fields anyways, they can be removed
from the Fabric CouchDB structs. This will make Fabric
compatible with CouchDB 2.3.
Change-Id: I89f789ef79ea485aa74b99ef047af417a8be044e
Signed-off-by:
David Enyeart <enyeart@us.ibm.com>
Please register or sign in to comment