piler/util/db-upgrade-0.1.19-vs-0.1.20.sql

5 lines
226 B
MySQL
Raw Permalink Normal View History

alter table `user` change column `password` `password` char(128) default null;
2012-08-06 14:01:56 +02:00
alter table `remote` change column `basedn` `basedn` char(255) not null;
alter table `remote` change column `binddn` `binddn` char(255) not null;