From c48c7d79099bbc50f86f16c31c06e6921ec0e90d Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 7 Sep 2017 12:14:33 -0300 Subject: [pkg] fix and improve migration script README file --- scripts/migration/0.9.0/migrate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/migration/0.9.0/migrate.py') diff --git a/scripts/migration/0.9.0/migrate.py b/scripts/migration/0.9.0/migrate.py index 5ef516a2..5c49f5b4 100755 --- a/scripts/migration/0.9.0/migrate.py +++ b/scripts/migration/0.9.0/migrate.py @@ -2,7 +2,7 @@ # migrate.py """ -Migrate CouchDB schema to Soledad 0.8.2 schema. +Migrate CouchDB schema to version 1 (soledad-server >= 0.9.0). ****************************************************************************** ATTENTION! @@ -32,7 +32,7 @@ from leap.soledad.server import get_config from migrate_couch_schema import migrate -TARGET_VERSION = '0.8.2' +TARGET_VERSION = '0.9' DEFAULT_COUCH_URL = 'http://127.0.0.1:5984' CONF = get_config() NETRC_PATH = CONF['admin_netrc'] -- cgit v1.2.3