Merge pull request #3047 from laf/issue-3023

updated timeSinceTopologyChange to be an int as it can not be used within alerts
This commit is contained in:
Daniel Preussker
2016-02-22 07:06:53 +00:00
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `stp` CHANGE `timeSinceTopologyChange` `timeSinceTopologyChange` INT UNSIGNED NOT NULL