dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Make all bundled plugins the same license as Roundcube itself, which is GPLv3+
Thomas Bruederli
2013-06-20
07c6c69eca8751c0e96a846afb30c24ab2638b1f
[githubFork/roundcubemail.git]
/
SQL
/
sqlite
/
2008092100.sql
1
2
3
4
-- Updates from version 0.2-beta
CREATE INDEX ix_session_changed ON session (changed);
CREATE INDEX ix_cache_created ON cache (created);