mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +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 '',
|
||||
|
||||
@@ -618,8 +618,7 @@ CREATE TABLE `SS13_changelog` (
|
||||
-- Table structure for table `ip2group`
|
||||
--
|
||||
DROP TABLE IF EXISTS `SS13_ip2group`;
|
||||
CREATE TABLE `SS13_ip2group`
|
||||
(
|
||||
CREATE TABLE `SS13_ip2group` (
|
||||
`ip` varchar (18) NOT NULL,
|
||||
`date` timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL,
|
||||
`groupstr` varchar (32) NOT NULL DEFAULT '',
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
|
||||
# Add new tables used by backend tooling
|
||||
|
||||
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