diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-23 10:02:46 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-23 10:02:46 +0000 |
| commit | 83770ebad5a304173ecffeea878c8c900411bdc6 (patch) | |
| tree | 78d96a24894800b3e4e9048715feed573969ffda /roundcubemail/SQL/mysql.update.sql | |
| parent | ea30faa00eca371a15653a6e2f8ad4ac8301e822 (diff) | |
- Add version markers
git-svn-id: https://svn.roundcube.net/trunk@5468 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index 053649b59..07617316b 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -209,4 +209,6 @@ CREATE TABLE `cache_messages` ( PRIMARY KEY (`user_id`, `mailbox`, `uid`) ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; +-- Updates from version 0.7-beta + ALTER TABLE `session` CHANGE `sess_id` `sess_id` varchar(128) NOT NULL; |
