mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
parent
cfbdecad19
commit
22994e3264
@ -5089,7 +5089,7 @@ RENAME TABLE `starting_items_new` TO `starting_items`;
|
|||||||
.description = "2023_11_30_items_table_schema.sql",
|
.description = "2023_11_30_items_table_schema.sql",
|
||||||
.check = "SHOW COLUMNS FROM `items` LIKE 'updated'",
|
.check = "SHOW COLUMNS FROM `items` LIKE 'updated'",
|
||||||
.condition = "contains",
|
.condition = "contains",
|
||||||
.match = "NULL",
|
.match = "0000-00-00 00:00:00",
|
||||||
.sql = R"(
|
.sql = R"(
|
||||||
ALTER TABLE `items` MODIFY COLUMN `updated` datetime NULL DEFAULT NULL;
|
ALTER TABLE `items` MODIFY COLUMN `updated` datetime NULL DEFAULT NULL;
|
||||||
)"
|
)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user