mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-06-08 23:56:29 +02: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`);
|