mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
add comment for SQL update
This commit is contained in:
@@ -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 ,
|
||||
|
||||
Reference in New Issue
Block a user