mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* changed ifLastChange to a bigint as we can hit the limits of a current signed int * Rename 161.sql to 162.sql
2 lines
95 B
SQL
2 lines
95 B
SQL
ALTER TABLE `ports` CHANGE `ifLastChange` `ifLastChange` BIGINT UNSIGNED NOT NULL DEFAULT '0';
|