summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/src/leap/soledad/common/couch/state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/couch/state.py b/common/src/leap/soledad/common/couch/state.py
index 1d045a9d..70c5fa36 100644
--- a/common/src/leap/soledad/common/couch/state.py
+++ b/common/src/leap/soledad/common/couch/state.py
@@ -66,7 +66,7 @@ class CouchServerState(ServerState):
TOKENS_USER_ID_KEY = "user_id"
def __init__(self, couch_url, create_cmd=None,
- check_schema_versions=True):
+ check_schema_versions=False):
"""
Initialize the couch server state.