dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added new database upgrade script, converted DDL scripts to new format
Aleksander Machniak
2013-01-09
b7e7c8f9501850a38705e0a1f18a8ae6e25f1be1
[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
);