Forgotten change in README.upgrade.
[pithos] / README.upgrade
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