mailcow/data/web/rc/SQL/sqlite/2008092100.sql

5 lines
138 B
MySQL
Raw Normal View History

2017-02-21 22:27:11 +01:00
-- Updates from version 0.2-beta
CREATE INDEX ix_session_changed ON session (changed);
CREATE INDEX ix_cache_created ON cache (created);