Rename expeditions table

This commit is contained in:
hg
2020-10-17 22:26:53 -04:00
parent 0f051b68ae
commit 579c300cbc
5 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -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,