librenms/sql-schema/162.sql
Neil Lathwood 492590bf38 changed ifLastChange to a bigint as we can hit the limits of a current signed int (#5835)
* changed ifLastChange to a bigint as we can hit the limits of a current signed int

* Rename 161.sql to 162.sql
2017-02-10 19:28:12 -06:00

2 lines
95 B
SQL

ALTER TABLE `ports` CHANGE `ifLastChange` `ifLastChange` BIGINT UNSIGNED NOT NULL DEFAULT '0';