- Convert column to bigint to support 4 byte ASN
This commit is contained in:
Rosiak
2015-08-14 20:54:56 +02:00
parent bd732d8751
commit 543a67851c

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

@@ -0,0 +1 @@
ALTER TABLE `bgpPeers` MODIFY `bgpPeerRemoteAs` bigint(20) NOT NULL;