my-idlers/update1.3to1.4.sql
cp6 374fb846e5 Added get ASN feature
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
2021-02-07 00:58:41 +11:00

2 lines
88 B
SQL

ALTER TABLE `servers`
ADD COLUMN `asn` VARCHAR(124) NULL DEFAULT NULL AFTER `notes`;