From dba42ccce9f9128b7569da28d2752f03e83f9201 Mon Sep 17 00:00:00 2001 From: Darin Krauss Date: Tue, 6 Sep 2016 14:03:21 -0700 Subject: [PATCH] Update migrate_gid_to_uid tool README.md to include other repo versions. --- tools/migrate_gid_to_uid/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/migrate_gid_to_uid/README.md b/tools/migrate_gid_to_uid/README.md index 301d448c8..c9c71b3cb 100644 --- a/tools/migrate_gid_to_uid/README.md +++ b/tools/migrate_gid_to_uid/README.md @@ -1,6 +1,8 @@ ## migrate_gid_to_uid -This tool will migrate all device data with a _groupId field and add a _userId field containing the associated user id. It should be executed immediately after upgrading to any version of the `platform` *after* `v0.1.0`. +This tool will migrate all device data with a _groupId field and add a _userId field containing the associated user id. + +This tool *MUST* be executed immediately after upgrading `jellyfish` to version `v0.12.1`, `tide-whisperer` to version `v0.9.1`, or `platform` to version `v0.1.0`. To execute this tool against a local development setup: