summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-01-29 16:34:19 +0000
committerGitHub <noreply@github.com>2020-01-29 16:34:19 +0000
commit040dca40e4829c7fb2f7131918f1592987897637 (patch)
tree8336635a4dfdebe5809021b197ba083e128575db
parenta3ee516da06a6901bb032da811c71ddd9c923969 (diff)
downloadcouchdb-040dca40e4829c7fb2f7131918f1592987897637.tar.gz
Setup wizard: do not create _global_changes (#2497)
-rw-r--r--src/setup/src/setup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/src/setup.erl b/src/setup/src/setup.erl
index 12a3f4351..3d23229b8 100644
--- a/src/setup/src/setup.erl
+++ b/src/setup/src/setup.erl
@@ -75,7 +75,7 @@ is_single_node_enabled(Dbs) ->
end.
cluster_system_dbs() ->
- ["_users", "_replicator", "_global_changes"].
+ ["_users", "_replicator"].
has_cluster_system_dbs([]) ->