Revision c95d1471

b/README.upgrade
4 4
0.7.9 -> 0.7.10
5 5
---------------
6 6
* Update settings.py (BACKEND*, SERVICE_NAME, *_EMAIL, *_TARGET, IM_*)
7
* Update 'attributes' table in mysql:
7
* Update 'attributes' table in mysql (backend):
8 8
    
9
	mysql> update attributes set `key`='ETag' where `key`='hash';
9
    mysql> update attributes set `key`='ETag' where `key`='hash';
10

  
11
* Upgrade 'im_user' table (im app):
12
    
13
    ALTER TABLE im_user ADD COLUMN 'password' VARCHAR(255);
10 14

  

Also available in: Unified diff