Changeset 5753 in subversion
- Timestamp:
- Jan 11, 2012 4:44:19 AM (16 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/SQL/mysql.update.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/SQL/mysql.update.sql
r5711 r5753 220 220 -- Updates from version 0.7 221 221 222 /*!40014 SET FOREIGN_KEY_CHECKS=0 */; 223 222 224 ALTER TABLE `contacts` DROP FOREIGN KEY `user_id_fk_contacts`; 223 225 ALTER TABLE `contacts` DROP INDEX `user_contacts_index`; … … 236 238 ALTER TABLE `identities` ALTER `user_id` DROP DEFAULT; 237 239 ALTER TABLE `searches` ALTER `user_id` DROP DEFAULT; 240 241 /*!40014 SET FOREIGN_KEY_CHECKS=1 */;
Note: See TracChangeset
for help on using the changeset viewer.
