374fb846e5
Get the ASN name and number for the servers ip adress. This is able to be turned off with the CONST GET_ASN_INFO. Thanks to ripe.net for this service
2 lines
88 B
SQL
2 lines
88 B
SQL
ALTER TABLE `servers`
|
|
ADD COLUMN `asn` VARCHAR(124) NULL DEFAULT NULL AFTER `notes`; |