mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-20 05:11:30 +00:00
Show spam aliases #
This commit is contained in:
4
data/web/rc/SQL/sqlite/2008092100.sql
Normal file
4
data/web/rc/SQL/sqlite/2008092100.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Updates from version 0.2-beta
|
||||
|
||||
CREATE INDEX ix_session_changed ON session (changed);
|
||||
CREATE INDEX ix_cache_created ON cache (created);
|
||||
Reference in New Issue
Block a user