mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
2 lines
71 B
SQL
2 lines
71 B
SQL
ALTER TABLE `bgpPeers` CHANGE `astext` `astext` varchar(255) NOT NULL;
|