fix x gruppi
This commit is contained in:
@@ -14,6 +14,7 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_urbackup_servers` (
|
||||
`is_recursive` TINYINT NOT NULL DEFAULT 0,
|
||||
`name` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`locations_id` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`users_id` INT UNSIGNED NOT NULL DEFAULT 0,
|
||||
`ip_address` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`port` INT UNSIGNED NOT NULL DEFAULT 55414,
|
||||
`protocol` VARCHAR(10) NOT NULL DEFAULT 'http',
|
||||
@@ -32,6 +33,7 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_urbackup_servers` (
|
||||
KEY `name` (`name`),
|
||||
KEY `entities_id` (`entities_id`),
|
||||
KEY `locations_id` (`locations_id`),
|
||||
KEY `users_id` (`users_id`),
|
||||
KEY `is_active` (`is_active`),
|
||||
KEY `location_active` (`locations_id`, `is_active`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
|
||||
|
||||
Reference in New Issue
Block a user