Files
open-webui-ai4me/backend/open_webui/migrations/versions
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
..
2024-10-14 13:45:09 -07:00
2025-12-02 11:00:34 -05:00
wip
2024-12-10 00:54:13 -08:00
2025-05-03 18:16:32 +04:00
2024-12-22 22:08:27 -07:00
2026-02-11 14:26:56 -06:00
2024-10-02 21:14:58 -07:00