Files
open-webui-ai4me/backend/open_webui
Classic298 06657b8109 fix: handle non-dict history/messages in chat_message migration (#22588)
Some databases contain chat records where 'history' or 'messages' are
stored as lists instead of dicts. This causes an AttributeError
('list' object has no attribute 'items') during the
8452d01d26d7_add_chat_message_table migration.

Add isinstance checks to skip chat records with unexpected data shapes
gracefully, matching the existing pattern used for individual message
validation.
2026-03-11 14:24:21 -05:00
..
2026-03-08 18:26:36 -05:00
2026-03-08 19:05:15 -05:00
2026-03-08 19:00:50 -05:00
2025-08-10 00:02:58 +04:00
2026-02-11 16:24:11 -06:00
2026-02-21 14:19:28 -06:00
2026-03-07 18:18:02 -06:00
2026-03-08 19:00:50 -05:00
2025-04-15 09:55:35 +02:00
2026-03-08 18:14:09 -05:00
2026-03-06 20:12:37 -06:00
2026-02-11 16:24:11 -06:00
2026-03-08 17:26:29 -05:00
2026-02-12 15:29:34 -06:00