mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added sql schema update for ping graphs
This commit is contained in:
2
sql-schema/035.sql
Normal file
2
sql-schema/035.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- Update to add ping response time and last ping datetime
|
||||
ALTER TABLE `devices` ADD `last_ping` TIMESTAMP NULL AFTER `last_discovered` , ADD `last_ping_timetaken` DOUBLE( 5, 2 ) NULL AFTER `last_ping` ;
|
Reference in New Issue
Block a user