From 4ac50d4806c2d1295add4a15caae19ec62d03fa3 Mon Sep 17 00:00:00 2001 From: Kyep Date: Sat, 4 May 2019 22:27:56 -0700 Subject: [PATCH] add comment for SQL update --- SQL/updates/5-6.sql | 2 ++ 1 file changed, 2 insertions(+) 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 ,