Newer
Older
mailpiler / util / db-upgrade-0.1.19-vs-0.1.20.sql
@SJ SJ on 16 Feb 2013 226 bytes webui fixes
alter table `user` change column `password` `password` char(128) default null;
alter table `remote` change column `basedn` `basedn` char(255) not null;
alter table `remote` change column `binddn` `binddn` char(255) not null;