This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch prototype/fdb-replicator in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 5b710228466e5a06ddc2b19da562458e0ed7f2d1 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Jul 20 18:30:38 2020 -0400 [wip] add a db uuid field to rep object --- src/couch_replicator/src/couch_replicator.hrl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/couch_replicator/src/couch_replicator.hrl b/src/couch_replicator/src/couch_replicator.hrl index 80ab48f..7e22a4f 100644 --- a/src/couch_replicator/src/couch_replicator.hrl +++ b/src/couch_replicator/src/couch_replicator.hrl @@ -48,6 +48,7 @@ -define(REP_ID, <<"rep_id">>). -define(BASE_ID, <<"base_id">>). -define(DB_NAME, <<"db_name">>). +-define(DB_UUID, <<"db_uuid">>). -define(DOC_ID, <<"doc_id">>). -define(REP_USER, <<"rep_user">>). -define(START_TIME, <<"start_time">>).
