Rename character expedition lockouts table

This commit is contained in:
hg
2020-10-10 18:49:03 -04:00
parent 3a1eb51890
commit 3ed7215a92
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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,