You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-20 00:12:07 +02:00
5 lines
101 B
MySQL
5 lines
101 B
MySQL
|
|
-- Updates from version 0.2-alpha
|
||
|
|
|
||
|
|
ALTER TABLE `messages`
|
||
|
|
ADD INDEX `created_index` (`created`);
|