mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Update devices.bgpLocalAs field from varchar to int * Fixed reorder * Fix to requested changes * Fix reorder again
1 line
86 B
SQL
1 line
86 B
SQL
ALTER TABLE `devices` CHANGE `bgpLocalAs` `bgpLocalAs` INT UNSIGNED NULL DEFAULT NULL; |