Marius Burkard
2016-02-17 9ab66a5be301e5087e0086bc4740179b18750fd7
install/sql/incremental/upd_dev_collection.sql
@@ -216,3 +216,7 @@
ALTER TABLE `client_template` ADD COLUMN `limit_ssl_letsencrypt` enum('n','y') NOT NULL DEFAULT 'n' AFTER `limit_ssl`;
ALTER TABLE `client` ADD COLUMN `limit_directive_snippets` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_backup`;
ALTER TABLE `client_template` ADD COLUMN `limit_directive_snippets` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_backup`;
ALTER TABLE `sys_user`
   ADD COLUMN `lost_password_hash` VARCHAR(50) NOT NULL DEFAULT '',
   ADD COLUMN `lost_password_reqtime` DATETIME NULL default NULL;