mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix timetaken columns too small (#15042)
This commit is contained in:
@@ -530,11 +530,11 @@ devices:
|
||||
- { Field: agent_uptime, Type: 'int unsigned', 'Null': false, Extra: '', Default: '0' }
|
||||
- { Field: last_polled, Type: timestamp, 'Null': true, Extra: '' }
|
||||
- { Field: last_poll_attempted, Type: timestamp, 'Null': true, Extra: '' }
|
||||
- { Field: last_polled_timetaken, Type: 'double(5,2)', 'Null': true, Extra: '' }
|
||||
- { Field: last_discovered_timetaken, Type: 'double(5,2)', 'Null': true, Extra: '' }
|
||||
- { Field: last_polled_timetaken, Type: 'double unsigned', 'Null': true, Extra: '' }
|
||||
- { Field: last_discovered_timetaken, Type: 'double unsigned', 'Null': true, Extra: '' }
|
||||
- { Field: last_discovered, Type: timestamp, 'Null': true, Extra: '' }
|
||||
- { Field: last_ping, Type: timestamp, 'Null': true, Extra: '' }
|
||||
- { Field: last_ping_timetaken, Type: 'double(8,2)', 'Null': true, Extra: '' }
|
||||
- { Field: last_ping_timetaken, Type: 'double unsigned', 'Null': true, Extra: '' }
|
||||
- { Field: purpose, Type: text, 'Null': true, Extra: '' }
|
||||
- { Field: type, Type: varchar(20), 'Null': false, Extra: '', Default: '' }
|
||||
- { Field: serial, Type: text, 'Null': true, Extra: '' }
|
||||
|
Reference in New Issue
Block a user