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:
Neil Lathwood
2017-02-11 01:28:12 +00:00
committed by Tony Murray
parent 9dbc8767c4
commit 492590bf38

1
sql-schema/162.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `ports` CHANGE `ifLastChange` `ifLastChange` BIGINT UNSIGNED NOT NULL DEFAULT '0';