Skip to content
Snippets Groups Projects
Commit 6eefd7d4 authored by Dominik's avatar Dominik
Browse files

SQL-Änderungen für Backup-Deaktivierung für Clients

parent 86241bd2
No related branches found
No related tags found
2 merge requests!88Fix Update errors,!82Deactivate Backup for Clients (FS#2717)
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`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment