summaryrefslogtreecommitdiff
path: root/SQL/mysql.update.sql
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-09-29 07:00:34 +0000
committerthomascube <thomas@roundcube.net>2011-09-29 07:00:34 +0000
commit502436dad02293899fb41a8bd9179f1449236136 (patch)
treee5c05a3e4a3e8f00af6f066115f166d485ad5faa /SQL/mysql.update.sql
parentaa1b67aabb4393b4eda861217bdedd0f657ecef1 (diff)
We're on the road towards 0.7 now
Diffstat (limited to 'SQL/mysql.update.sql')
-rw-r--r--SQL/mysql.update.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql
index 6181622e7..66045392d 100644
--- a/SQL/mysql.update.sql
+++ b/SQL/mysql.update.sql
@@ -145,7 +145,7 @@ ALTER TABLE `contactgroupmembers` ADD INDEX `contactgroupmembers_contact_index`
TRUNCATE TABLE `messages`;
TRUNCATE TABLE `cache`;
--- Updates from version 0.6-stable
+-- Updates from version 0.6
ALTER TABLE `users` CHANGE `alias` `alias` varchar(128) BINARY NOT NULL;
ALTER TABLE `users` CHANGE `username` `username` varchar(128) BINARY NOT NULL;