diff --git a/SQL/updates/5-6.sql b/SQL/updates/5-6.sql index 73362bacd99..f5f04d0f441 100644 --- a/SQL/updates/5-6.sql +++ b/SQL/updates/5-6.sql @@ -1,3 +1,5 @@ +#Updating the SQL from version 5 to version 6. -Kyep +#Creating a table to track the results of VPN/proxy lookups for IPs CREATE TABLE `ipintel` ( `ip` INT UNSIGNED NOT NULL , `date` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL ,