mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-06-06 23:46:47 +02:00
4 lines
92 B
MySQL
4 lines
92 B
MySQL
|
-- Updates from version 0.2-alpha
|
||
|
|
||
|
CREATE INDEX messages_created_idx ON messages (created);
|