mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
543a67851c
- Convert column to bigint to support 4 byte ASN
2 lines
69 B
SQL
2 lines
69 B
SQL
ALTER TABLE `bgpPeers` MODIFY `bgpPeerRemoteAs` bigint(20) NOT NULL;
|