commit | author | age | ||
79fe17 | 1 | -- RoundCube Webmail update script for MySQL databases |
f7bfec | 2 | -- Updates from version 0.1-beta and 0.1-beta2 |
79fe17 | 3 | |
f7bfec | 4 | ALTER TABLE `messages` |
T | 5 | DROP `body`, |
6 | DROP INDEX `cache_key`, | |
7 | ADD `structure` TEXT, | |
8 | ADD UNIQUE `uniqueness` (`cache_key`, `uid`); | |
79fe17 | 9 |