dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update changelog
Aleksander Machniak
2015-01-28
0ec46f3d401fd499067ae767029a59618da36e2a
[githubFork/roundcubemail.git]
/
SQL
/
sqlite
/
2013011000.sql
1
2
3
4
5
6
-- Updates from version 0.9-beta
CREATE TABLE IF NOT EXISTS system (
name varchar(64) NOT NULL PRIMARY KEY,
value text NOT NULL
);