add comment for SQL update

This commit is contained in:
Kyep
2019-05-04 22:27:56 -07:00
parent 63980ff522
commit 4ac50d4806
+2
View File
@@ -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 ,