librenms/sql-schema/227.sql
Tony Murray c91ec3842a Fix bugs in bgp-peers poller (#7976)
* Test Data

* fix bugs in bgp-peers poller
peer data in wrong format
array_diff doesn't work right, change to array_diff_assoc
astext is too short for some
2017-12-29 11:52:49 +00:00

2 lines
71 B
SQL

ALTER TABLE `bgpPeers` CHANGE `astext` `astext` varchar(255) NOT NULL;