fix: Change rootPort DB data type (#8404)

* fix: Change rootPort DB data type

* Updated schema
This commit is contained in:
Søren Rosiak
2018-03-20 14:01:08 +00:00
committed by Neil Lathwood
parent aefc224a0a
commit 26bcf89b76
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `stp` MODIFY `rootPort` int(11);