Forgotten change in README.upgrade.
authorAntony Chazapis <chazapis@gmail.com>
Wed, 23 Nov 2011 10:19:30 +0000 (12:19 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Wed, 23 Nov 2011 10:19:30 +0000 (12:19 +0200)
README.upgrade

index 90b7a3e..b73508e 100644 (file)
@@ -4,7 +4,11 @@ UPGRADE
 0.7.9 -> 0.7.10
 ---------------
 * Update settings.py (BACKEND*, SERVICE_NAME, *_EMAIL, *_TARGET, IM_*)
-* Update 'attributes' table in mysql:
+* Update 'attributes' table in mysql (backend):
     
-       mysql> update attributes set `key`='ETag' where `key`='hash';
+    mysql> update attributes set `key`='ETag' where `key`='hash';
+
+* Upgrade 'im_user' table (im app):
+    
+    ALTER TABLE im_user ADD COLUMN 'password' VARCHAR(255);