dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Mention SQLite database format change in UPGRADING file (#1488983)
Aleksander Machniak
2013-03-07
6e3f2b4294d37cd2209bd7d4930f96f6c0fa6f8d
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2013011000.sql
1
2
3
4
CREATE TABLE "system" (
name varchar(64) NOT NULL PRIMARY KEY,
value text
);