[Database] Fix table name in manifest (#4063)

This commit is contained in:
JJ 2024-02-11 18:29:05 -05:00 committed by GitHub
parent 6bc9bcf15a
commit 1567141c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5363,7 +5363,7 @@ ALTER TABLE `character_corpses` MODIFY COLUMN `time_of_death` datetime NOT NULL
.condition = "contains",
.match = "0000-00-00 00:00:00",
.sql = R"(
ALTER TABLE `character_corpses` MODIFY COLUMN `droptime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP;
ALTER TABLE `object_contents` MODIFY COLUMN `droptime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP;
)"
}
// -- template; copy/paste this when you need to create a new entry