mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 13:47:57 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`) VALUES (0, 'World:GMAccountIPList', 'false');
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `gm_ips` (
|
||||
`name` varchar(64) NOT NULL,
|
||||
`account_id` int(11) NOT NULL,
|
||||
`ip_address` varchar(15) NOT NULL,
|
||||
UNIQUE KEY `account_id` (`account_id`,`ip_address`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user