Statistics
| Branch: | Tag: | Revision:

root / README.upgrade @ 0c581627

History | View | Annotate | Download (494 Bytes)

1
UPGRADE
2
=======
3

    
4
0.7.9 -> 0.7.10
5
---------------
6
* Update settings.py (BACKEND*, SERVICE_NAME, *_EMAIL, *_TARGET, IM_*)
7
* Update 'attributes' table in mysql (backend):
8
    
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);
14

    
15
0.7.10 -> 0.7.11
16
----------------
17
*setup south:
18
    python manage.py syncdb
19
    python manage.py migrate im 0001 --fake
20
    python manage.py migrate im