Dominik
2014-04-04 6eefd7d4c9e73aa57b3c27fe4c4fbcb694eba789
1
2
ALTER TABLE `client_template` ADD `limit_backup` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_webdav_user`;
ALTER TABLE `client` ADD `limit_backup` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_webdav_user`;