Files
Flowise/packages/server/src
Kushagra Wadhwa 03ef28afbc fix: change DocumentStoreFileChunk columns to LONGTEXT (#5465)
* 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>
2025-11-25 13:12:22 +00:00
..
2025-10-02 12:19:06 +01:00
2025-11-05 14:58:17 +05:30
2025-11-05 14:58:17 +05:30
2025-05-27 07:29:42 +01:00
2025-05-27 07:29:42 +01:00
2025-10-29 11:33:27 +00:00
2025-10-29 11:33:27 +00:00
2025-05-27 07:29:42 +01:00