mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
3 lines
120 B
MySQL
3 lines
120 B
MySQL
![]() |
UPDATE `ports` SET `ifLastChange` = 0;
|
||
|
ALTER TABLE `ports` CHANGE `ifLastChange` `ifLastChange` INT NOT NULL DEFAULT 0;
|