We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86241bd commit 6eefd7dCopy full SHA for 6eefd7d
install/sql/incremental/upd_0073.sql
@@ -0,0 +1,2 @@
1
+ALTER TABLE `client_template` ADD `limit_backup` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_webdav_user`;
2
+ALTER TABLE `client` ADD `limit_backup` ENUM( 'n', 'y' ) NOT NULL DEFAULT 'n' AFTER `limit_webdav_user`;
0 commit comments