Revision cb446fb8 README.upgrade

b/README.upgrade
13 13
    ALTER TABLE im_user ADD COLUMN 'password' VARCHAR(255);
14 14

  
15 15
0.7.10 -> 0.8.0
16
----------------
16
---------------
17 17
* Upgrade 'public' table in mysql (backend):
18 18
	* Run: mysqldump pithosdb public > public-table.sql
19 19
	* mysql> drop table public;
......
33 33
    python manage.py syncdb
34 34
    python manage.py migrate im 0001 --fake
35 35
    python manage.py migrate im
36

  
37
0.8.0 -> 0.8.1
38
--------------
39
* Reset 'policy' table in mysql (backend):
40
    
41
    mysql> update policy set `value`='auto' where `key`='versioning';

Also available in: Unified diff