dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix varius db_prefix issues (#1489839) - Move DDL script execution code to ...
Aleksander Machniak
2014-04-29
90f7aa9e39e744e708a597ff6d1ac83f7c4fcef5
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2013011000.sql
1
2
3
4
CREATE TABLE "system" (
name varchar(64) NOT NULL PRIMARY KEY,
value text
);