Will Miao
6647c45731
fix(download): include file identity in queue/history dedup ( #1058 )
...
Distinct files of the same model version queued before a backend restart
were silently collapsed by deduplicate(), which grouped rows by
(model_id, model_version_id) only. Extract the file id from file_params
via json_extract and add it to the dedup key; rows without file identity
keep the old per-version behavior (NULL matches NULL).
2026-08-20 20:58:44 +08:00
..
2026-08-08 20:12:52 +08:00
2026-08-19 21:02:04 +08:00
2026-08-08 20:12:52 +08:00
2025-02-24 20:41:16 +08:00
2026-08-10 09:45:13 +08:00
2026-04-20 09:52:48 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-15 18:08:14 +08:00
2026-06-27 17:05:38 +08:00
2026-08-08 14:30:34 +08:00
2026-02-02 08:30:59 +08:00
2026-08-11 14:08:15 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-12 21:14:23 +08:00
2026-04-20 15:20:57 +08:00
2026-04-15 20:42:55 +08:00
2026-08-19 16:29:59 +08:00
2026-08-19 17:51:31 +08:00
2026-08-20 20:58:44 +08:00
2026-08-19 17:51:31 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-07-02 21:27:01 +08:00
2026-08-08 20:12:52 +08:00
2026-08-07 10:27:51 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2025-10-13 14:39:31 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-19 17:51:31 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-11 14:08:15 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-19 21:54:22 +08:00
2026-08-08 20:12:52 +08:00
2026-08-15 18:08:14 +08:00
2026-08-12 19:15:03 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-19 21:54:22 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-11 21:15:59 +08:00
2026-08-08 20:12:52 +08:00
2026-08-08 20:12:52 +08:00
2026-08-09 11:30:46 +08:00
2026-08-08 20:12:52 +08:00
2026-07-26 18:33:31 +08:00