mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
AA requests
This commit is contained in:
@@ -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