AA requests

This commit is contained in:
Kyep
2020-10-23 15:05:53 -07:00
parent 9dfddff0ea
commit 48fb0b17f3
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -621,8 +621,7 @@ CREATE TABLE `changelog` (
-- Table structure for table `ip2group`
--
DROP TABLE IF EXISTS `ip2group`;
CREATE TABLE `ip2group`
(
CREATE TABLE `ip2group` (
`ip` varchar (18) NOT NULL,
`date` timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL,
`groupstr` varchar (32) NOT NULL DEFAULT '',