mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-17 20:01:31 +00:00
4 lines
91 B
SQL
4 lines
91 B
SQL
-- Updates from version 0.2-alpha
|
|
|
|
CREATE INDEX ix_messages_created ON messages (created);
|