mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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;
|