mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
AA requests
This commit is contained in:
@@ -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 '',
|
||||
|
||||
Reference in New Issue
Block a user