removed map_end_dt column

This commit is contained in:
jenz
2026-08-22 13:36:46 +02:00
parent 06e9845b0a
commit b3eb1f92c1
2 changed files with 0 additions and 14 deletions
@@ -3,7 +3,6 @@ CREATE TABLE `playtime_display_map_history` (
`map_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`map_name` varchar(64) NOT NULL,
`map_start_dt` datetime NOT NULL DEFAULT current_timestamp(),
`map_end_dt` datetime DEFAULT NULL,
PRIMARY KEY (`map_id`),
KEY `idx_map_name` (`map_name`,`map_start_dt`),
KEY `idx_start` (`map_start_dt`)