mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Added sql schema update for ping graphs
This commit is contained in:
@@ -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