dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Fix invalid LDAP query in ACL user autocompletion (#1490591)
Aleksander Machniak
2015-11-17
818b78a89381be2f4de55c4f6a189da9379a1a3a
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2013011000.sql
commit
|
author
|
age
b7e7c8
1
CREATE TABLE "system" (
AM
2
name varchar(64) NOT NULL PRIMARY KEY,
3
value text
4
);