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 15:01:08 +01:00
committed by Neil Lathwood
parent aefc224a0a
commit 26bcf89b76
2 changed files with 2 additions and 1 deletions

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

@@ -0,0 +1 @@
ALTER TABLE `stp` MODIFY `rootPort` int(11);