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