You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/05/10 16:03:07 UTC

[couchdb] 01/05: Add vsn field to db records

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 27d9520ddfb3abb4783bec29a0a31f8a06b2eb27
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed May 10 10:18:56 2017 -0500

    Add vsn field to db records
---
 src/couch/src/couch_db_int.hrl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/couch/src/couch_db_int.hrl b/src/couch/src/couch_db_int.hrl
index 2b41b73..a412b33 100644
--- a/src/couch/src/couch_db_int.hrl
+++ b/src/couch/src/couch_db_int.hrl
@@ -12,6 +12,7 @@
 
 
 -record(db, {
+    vsn = 1,
     name,
     filepath,
 

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.