Flowise/packages/server/src/database/migrations/mariadb
Ilango ac252516f8
fix: migration errors for text to speech and chatflow name index (#5287)
* fix: add another migration to fix missing textToSpeech column

* fix: chatflow name index error

* fix: review
2025-10-03 10:57:16 +01:00
..
1693840429259-Init.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1693997791471-ModifyChatFlow.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1693999022236-ModifyChatMessage.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1693999261583-ModifyCredential.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1694001465232-ModifyTool.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1694099200729-AddApiConfig.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1694432361423-AddAnalytic.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1694658767766-AddChatHistory.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1699325775451-AddAssistantEntity.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1699481607341-AddUsedToolsToChatMessage.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1699900910291-AddCategoryToChatFlow.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1700271021237-AddFileAnnotationsToChatMessage.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1701788586491-AddFileUploadsToChatMessage.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1702200925471-AddVariableEntity.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1706364937060-AddSpeechToText.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1707213626553-AddFeedback.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1709814301358-AddUpsertHistoryEntity.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1710832127079-AddLead.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1711538023578-AddLeadToChatMessage.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1711637331047-AddDocumentStore.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1714548873039-AddEvaluation.ts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
1714548903384-AddDataset.ts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
1714679514451-AddAgentReasoningToChatMessage.ts Add data source adapter of MariaDB (#2595) 2024-06-07 12:14:06 +01:00
1714808591644-AddEvaluator.ts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
1715861032479-AddVectorStoreConfigToDocStore.ts fix: Add missing migration in MariaDB (#3409) 2024-10-26 08:38:27 +08:00
1716300000000-AddTypeToChatFlow.ts fix migration with wrong unix timestamp (#2958) 2024-08-07 18:33:53 +08:00
1720230151480-AddApiKey.ts Feature: Option to add apikeys to the DB instead of api.json. (#2783) 2024-07-26 17:52:12 +01:00
1721078251523-AddActionToChatMessage.ts Feature/seq agents (#2798) 2024-07-22 17:46:14 +01:00
1722301395521-LongTextColumn.ts Bugfix/modify column types to longtext (#2908) 2024-07-30 16:39:19 +01:00
1725629836652-AddCustomTemplate.ts fix: unknown collate in AddCustomTemplate migration for MariaDB (#3378) 2024-10-19 18:14:15 +01:00
1726156258465-AddArtifactsToChatMessage.ts Bugfix/Add artifacts migration script to other database types (#3210) 2024-09-17 20:12:27 +01:00
1726666318346-AddFollowUpPrompts.ts fix: followUpPrompts migration for MariaDB (#3677) 2024-12-11 17:54:16 +00:00
1733011290987-AddTypeToAssistant.ts Feature/Custom Assistant Builder (#3631) 2024-12-06 22:11:17 +00:00
1733752119696-AddSeqNoToDatasetRow.ts bugfix/Fix SQL syntax error when reverting migration in MariaDB (#4565) 2025-06-05 19:31:16 +01:00
1738090872625-AddExecutionEntity.ts Feature/agentflow v2 (#4298) 2025-05-10 10:21:26 +08:00
1743758056188-FixOpenSourceAssistantTable.ts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
1744964560174-AddErrorToEvaluationRun.ts bugfix/Fix SQL syntax error when reverting migration in MariaDB (#4565) 2025-06-05 19:31:16 +01:00
1747902489801-ModifyExecutionDataColumnType.ts Chore/refractor (#4454) 2025-05-27 07:29:42 +01:00
1754986457485-AddTextToSpeechToChatFlow.ts Text to speech (#5062) 2025-10-02 12:19:06 +01:00
1755066758601-ModifyChatflowType.ts Fix chatflow's type null or blank (#5065) 2025-08-15 19:25:54 +08:00
1759419231100-AddTextToSpeechToChatFlow.ts fix: migration errors for text to speech and chatflow name index (#5287) 2025-10-03 10:57:16 +01:00
1759424809984-AddChatFlowNameIndex.ts fix: migration errors for text to speech and chatflow name index (#5287) 2025-10-03 10:57:16 +01:00
index.ts fix: migration errors for text to speech and chatflow name index (#5287) 2025-10-03 10:57:16 +01:00