mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Rename character expedition lockouts table
This commit is contained in:
@@ -40,7 +40,7 @@ COLLATE='utf8mb4_general_ci'
|
||||
ENGINE=InnoDB
|
||||
;
|
||||
|
||||
CREATE TABLE `expedition_character_lockouts` (
|
||||
CREATE TABLE `character_expedition_lockouts` (
|
||||
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`character_id` INT(10) UNSIGNED NOT NULL,
|
||||
`expedition_name` VARCHAR(128) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user