Revision afb8520d

b/README.upgrade
63 63
    mysql> alter table versions add column `uuid` varchar(64) DEFAULT '' NOT NULL after `muser`;
64 64
    mysql> update versions v, tmp_uuids u set v.`uuid` = u.`uuid` where v.`node` = u.`node`;
65 65
    mysql> create index idx_versions_node_uuid on versions(uuid);
66

  
67
0.8.2 -> 0.9.0
68
--------------
69
* No upgrade path provided. Please reinstall and reconfigure.

Also available in: Unified diff