Changeset 464 for trunk/UPGRADE
- Timestamp:
- 14/12/07 22:41:53 (12 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r433 r464 1 1 This file contains upgrade instructions between different versions of jabberd2. 2 3 * 2.1.19 to 2.1.20 upgrade: 4 5 What had change: 6 - added missing XEP-0054 fields 7 - server vcard support 8 9 You need to add missing columns to "vcard" table: 10 ALTER TABLE vcard ADD "jabberid" text, ADD "mailer" text, ADD "uid" text; 11 2 12 3 13 * 2.1.18 to 2.1.19 upgrade:
