mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add service templates
This commit is contained in:
+1
-1
@@ -1721,7 +1721,7 @@ services:
|
||||
- { Field: service_disabled, Type: tinyint, 'Null': false, Extra: '', Default: '0' }
|
||||
- { Field: service_ds, Type: text, 'Null': false, Extra: '' }
|
||||
- { Field: service_template_id, Type: 'int unsigned', 'Null': false, Extra: '', Default: '0' }
|
||||
- { Field: service_name, Type: varchar(255), 'Null': false, Extra: '' }
|
||||
- { Field: service_name, Type: varchar(255), 'Null': true, Extra: '' }
|
||||
Indexes:
|
||||
PRIMARY: { Name: PRIMARY, Columns: [service_id], Unique: true, Type: BTREE }
|
||||
services_device_id_index: { Name: services_device_id_index, Columns: [device_id], Unique: false, Type: BTREE }
|
||||
|
||||
Reference in New Issue
Block a user