mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Rename expeditions table
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE `expedition_details` (
|
||||
CREATE TABLE `expeditions` (
|
||||
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`uuid` VARCHAR(36) NOT NULL,
|
||||
`instance_id` INT(10) NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user