Repository: couchdb-couch Updated Branches: refs/heads/2657-fix-cassim-fabric-calls 0c606129e -> 4d4c69e17 (forced update)
Make global_changes database system one Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/42c90473 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/42c90473 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/42c90473 Branch: refs/heads/2657-fix-cassim-fabric-calls Commit: 42c90473d73d2b503138ebe9da201d64881be641 Parents: 43f1cfe Author: Alexander Shorin <[email protected]> Authored: Sat Apr 18 16:34:46 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Sat Apr 18 16:34:46 2015 +0300 ---------------------------------------------------------------------- include/couch_db.hrl | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/42c90473/include/couch_db.hrl ---------------------------------------------------------------------- diff --git a/include/couch_db.hrl b/include/couch_db.hrl index 5a11bb1..5a365a1 100644 --- a/include/couch_db.hrl +++ b/include/couch_db.hrl @@ -42,6 +42,7 @@ -define(SYSTEM_DATABASES, [ "_dbs", + "_global_changes", "_metadata", "_nodes", "_replicator",
