mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21:59 +01:00
5 lines
226 B
SQL
5 lines
226 B
SQL
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;
|
|
|