updated timeSinceTopologyChange to be an int as it can not be used within alerts

This commit is contained in:
laf
2016-02-20 11:12:10 +00:00
parent 46a17eabf0
commit 57b1ab8ac4

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

@@ -0,0 +1 @@
ALTER TABLE `stp` CHANGE `timeSinceTopologyChange` `timeSinceTopologyChange` INT UNSIGNED NOT NULL