mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
03ef28afbc
* fix: change DocumentStoreFileChunk columns to LONGTEXT - Fixes 'Unterminated string in JSON' error with large documents - Changes pageContent and metadata columns from TEXT (64KB) to LONGTEXT (4GB) - Adds database migrations for MySQL and MariaDB - Resolves issue #2352 * docs: add data loss warning to migration rollback - Add warning comment in down() migration methods - Clarifies potential data loss when reverting LONGTEXT to TEXT - Helps future developers understand rollback risks * lint fix * lint fix * Update DocumentStoreFileChunk.ts --------- Co-authored-by: KushagraaWadhwa <kushagraa@users.noreply.github.com> Co-authored-by: Henry Heng <henryheng@flowiseai.com> Co-authored-by: Henry <hzj94@hotmail.com>