mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-26 20:41:19 +01:00
5 lines
101 B
SQL
5 lines
101 B
SQL
-- Updates from version 0.2-alpha
|
|
|
|
ALTER TABLE `messages`
|
|
ADD INDEX `created_index` (`created`);
|