dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. a...
Thomas Bruederli
2013-01-24
1730cf8d7b59c04e3db0b5425c5cd9401bfc1c43
[githubFork/roundcubemail.git]
/
SQL
/
sqlite
/
2013011000.sql
1
2
3
4
5
6
-- Updates from version 0.9-beta
CREATE TABLE system (
name varchar(64) NOT NULL PRIMARY KEY,
value text NOT NULL
);