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 (#5835)
* changed ifLastChange to a bigint as we can hit the limits of a current signed int * Rename 161.sql to 162.sql
This commit is contained in:
committed by
Tony Murray
parent
9dbc8767c4
commit
492590bf38
1
sql-schema/162.sql
Normal file
1
sql-schema/162.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `ports` CHANGE `ifLastChange` `ifLastChange` BIGINT UNSIGNED NOT NULL DEFAULT '0';
|
Reference in New Issue
Block a user