mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-19 16:12:14 +02:00
Added ifOperStatus and ifAdminStatus _prev values to db.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ports` ADD `ifOperStatus_prev` VARCHAR( 16 ) NULL AFTER `ifOperStatus` ;
|
||||
ALTER TABLE `ports` ADD `ifAdminStatus_prev` VARCHAR( 16 ) NULL AFTER `ifAdminStatus` ;
|
||||
Reference in New Issue
Block a user