Commit Graph

583 Commits

Author SHA1 Message Date
Ofer Mendelevitch a26167ac5a updated component to V2.0
Updated marketplace  "Chain Upload" JSON file
2024-01-08 16:09:50 -08:00
Henry bb77e3f591 fix chatbot config 2024-01-08 17:13:07 +00:00
Henry 7f15494d60 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/database/migrations/mysql/index.ts
#	packages/server/src/database/migrations/postgres/index.ts
#	packages/server/src/database/migrations/sqlite/index.ts
2024-01-08 16:15:22 +00:00
Henry 02482f1b38 change agent/chain with memory to use runnable 2024-01-08 13:02:56 +00:00
Henry 8cb9393862 add fix for passing json variable 2024-01-05 02:46:36 +00:00
Henry Heng f1f2f71fe8
Merge pull request #1451 from FlowiseAI/chore/Upgrade-LC-0.0.213
Chore/update langchain version
2024-01-03 16:02:25 +00:00
Henry e513b69e3e 🥳 flowise@1.4.9 bugfix release 2024-01-03 00:54:31 +00:00
Henry Heng 2ebd311016
Merge pull request #1474 from FlowiseAI/bugfix/Credential-Decrypt
Bugfix/Credential Decrypt
2024-01-03 00:44:05 +00:00
Henry 383f612e11 add check for secretkey_path 2024-01-03 00:35:55 +00:00
Henry 573863ae6c 🥳 flowise@1.4.8 minor release 2023-12-30 23:39:05 +00:00
Henry 75b5b33d8d update langchain version 2023-12-30 12:29:00 +00:00
Henry Heng 0f03fe54e3
Merge pull request #1433 from Jaredude/feature/databases-postgres-ssl
Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
2023-12-30 10:53:25 +00:00
Henry Heng da18b6a5c0
Update 1702200925471-AddVariableEntity.ts 2023-12-29 15:17:26 +00:00
Henry 85e6fad0aa added input moderation to assistant, prevent app from crashing by using try catch 2023-12-28 01:11:00 +00:00
Jared Tracy 25f43f2a30
includes DATABASE_SSL in other necessary files 2023-12-27 19:07:43 -06:00
Henry Heng 6921967e9d
Merge pull request #1422 from FlowiseAI/feature/env-vars
Feature/Env Variables
2023-12-27 21:44:17 +00:00
Henry 6306904cfc add missing methods, abstract classes 2023-12-26 15:54:50 +00:00
Jared Tracy 735edab9ae
Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
This is needed if hosting flowise data on a postgres server that requires ssl.
In PostgreSQL v15, the default rds.force_ssl is 1 (on)
2023-12-24 23:02:49 -06:00
Henry 44294d0067 update default location for encryption key 2023-12-21 20:37:04 +00:00
Henry a2d4a3b8d0 Merge branch 'main' into feature/env-vars 2023-12-21 13:38:22 +00:00
vinodkiran d3ce6f859c Merge branch 'main' into FEATURE/Vision 2023-12-21 09:18:14 +05:30
Henry 48b17fc785 pass sessionId to custom tool 2023-12-20 23:59:04 +00:00
Henry 8c694e7987 change encryption key path 2023-12-20 21:28:22 +00:00
Henry 9a312d8923 🥳 flowise@1.4.7 release 2023-12-20 16:51:07 +00:00
vinodkiran c6ae3be257 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
2023-12-20 19:17:15 +05:30
Henry be31a4f669 Merge branch 'main' into feature/env-vars 2023-12-20 01:39:45 +00:00
Henry Heng 46571c796f
Update index.ts 2023-12-20 01:16:15 +00:00
Henry 5917256e57 add fix to avoid running duplicated nodes when vector upsert 2023-12-19 23:48:18 +00:00
Henry 0e8f3ea572 add if else node and logic 2023-12-19 17:48:45 +00:00
Henry 9c7f981933 🥳 flowise@1.4.6 release 2023-12-18 12:24:56 +00:00
Henry Heng 2767cf0d1e
Merge pull request #1399 from FlowiseAI/feature/MistralAI
Feature/Add Mistral
2023-12-17 19:51:49 +00:00
Henry e8af8b007a add marketplace template 2023-12-17 18:58:37 +00:00
Henry 05db533396 add mistral 2023-12-15 18:59:11 +00:00
Henry 911b4fe7fb add new utilties - customfunction, setter/getter, replace code editor 2023-12-15 17:15:00 +00:00
vinodkiran 60800db347 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
#	packages/ui/src/views/chatmessage/ChatMessage.js
2023-12-15 13:26:49 +05:30
vinodkiran 333c834698 Merge branch 'main' into FEATURE/env-vars 2023-12-13 22:10:49 +05:30
vinodkiran 1bd1fd5828 MultiModal: Minor adjustments to layout and categorization of node 2023-12-13 10:47:45 +05:30
Henry 2110e1146b add a public endpoint to retrieve chatbotconfig 2023-12-12 23:14:52 +00:00
vinodkiran ef3f1b34b1 Environment Variables: renaming overrideConfig node to envVars 2023-12-12 22:22:25 +05:30
Henry 8e1ef2d533 fix sanitized &amp 2023-12-12 12:44:42 +00:00
vinodkiran 947ab9dae6 Environment Variables: handling of environment variables in user input 2023-12-12 14:15:41 +05:30
vinodkiran bfa870e56b Environment Variables: injection of variables ($env) into the custom tool and addition of ($flow) object 2023-12-12 12:19:35 +05:30
Henry f51c1d5b7a check for array query parameter 2023-12-11 20:35:30 +00:00
vinodkiran 0bf5536095 Environment Variables: injection of variables into the custom script 2023-12-10 22:39:06 +05:30
vinodkiran 1d1bd4f556 Environment Variables: Dashboard along with CRUD Operations on variables. 2023-12-10 22:38:18 +05:30
Henry bac91eed00 🥳 flowise@1.4.5 release 2023-12-09 14:44:53 +00:00
Henry Heng 3eaca7c762
Merge pull request #1327 from vinodkiran/BUGFIX/XSS
Bugfix/xss
2023-12-09 14:22:46 +00:00
Henry c06c25b0af add sanitize html types 2023-12-09 14:12:30 +00:00
Henry 9a5d5720f9 get rid of credential for langchain hub 2023-12-09 13:49:53 +00:00
Henry d2d21c45fe fix upser vector API 2023-12-08 18:51:40 +00:00
Henry a0c2b8b26a 🥳 flowise@1.4.4 release 2023-12-08 14:19:57 +00:00
vinodkiran 99bc9d64fb XSS: replacing deprecated sanitize-js with sanitize-html 2023-12-08 18:50:58 +05:30
Henry Heng 2373ed0d76
Merge pull request #1345 from FlowiseAI/feature/ManualAnalytics
Feature/Add custom analytics
2023-12-08 12:19:33 +00:00
vinodkiran 32575828cd GPT Vision: Converting vision into Multi Modal. Base Changes. 2023-12-08 17:21:53 +05:30
Henry 7578183ac2 add custom analytics 2023-12-07 18:46:03 +00:00
vinodkiran 68fbe0ea12 GPT Vision: Vision Chain Node update along with addition of chatid folder on the server side when saving messages. 2023-12-07 22:32:07 +05:30
vinodkiran 6e2d6cbac4 Merge branch 'main' into BUGFIX/XSS
# Conflicts:
#	packages/server/src/index.ts
2023-12-07 16:07:58 +05:30
vinodkiran e67c43157a XSS: Simplified by adding XSS middleware 2023-12-07 16:06:32 +05:30
vinodkiran b492153f8a GPT Vision: Storing filenames only in chat message 2023-12-07 14:26:17 +05:30
Henry Heng 765e914d4c
Merge pull request #1319 from vinodkiran/FEATURE/lshub-prompt
Feature/Prompt Fetch from Langsmith Hub
2023-12-06 17:55:08 +00:00
Henry 275540d183 add default limit to 100 2023-12-06 17:39:18 +00:00
vinodkiran 8122377bbb LS Prompt Hub: Minor fixes 2023-12-06 12:53:43 +05:30
vinodkiran dc265eb472 Merge branch 'main' into FEATURE/Vision
# Conflicts:
#	packages/server/src/index.ts
2023-12-06 12:33:56 +05:30
vinodkiran 73f7046316 GPT Vision: Initial implementation of the OpenAI Vision API 2023-12-06 12:31:33 +05:30
Henry 8bdac386a5 Merge branch 'main' into feature/lshub-prompt 2023-12-06 00:12:35 +00:00
Henry bfeebcd229 update Zep version 2023-12-05 19:02:33 +00:00
Henry 40f8371de9 add llamaindex 2023-12-04 20:04:09 +00:00
vinodkiran c856d94f7c Dependabot Alerts 2023-12-02 11:21:06 +05:30
vinodkiran 14c506adb3 XSS Fixes 2023-12-02 11:10:37 +05:30
Henry 86b236182b added fix to restart flow when prompt is question prefix 2023-12-01 15:35:00 +00:00
vinodkiran acac9ee68d Merge branch 'main' into FEATURE/lshub-prompt
# Conflicts:
#	packages/server/src/index.ts
2023-12-01 10:36:11 +05:30
vinodkiran 619e4c45e1 Merge branch 'main' into FEATURE/lshub-prompt 2023-12-01 10:31:29 +05:30
vinodkiran 51cb61f60a LS Prompt hub: adding credentials to the filtering logic 2023-12-01 10:30:56 +05:30
Henry 4b5f7028e3 fix chat history 2023-11-30 16:01:16 +00:00
vinodkiran e7583c3036 LS Prompt hub: right side details display changes 2023-11-29 20:16:32 +05:30
Henry 6a7726956c update marketplace templates 2023-11-29 00:52:48 +00:00
Henry 8dec825c2d Merge branch 'main' into feature/OpenAI-Function
# Conflicts:
#	packages/server/marketplaces/chatflows/API Agent OpenAI.json
#	packages/server/marketplaces/chatflows/Conversational Retrieval Agent.json
#	packages/server/marketplaces/chatflows/OpenAI Agent.json
2023-11-29 00:26:36 +00:00
Henry 464a23e0f4 update agent model 2023-11-29 00:25:08 +00:00
Henry 0ee47c2ccf remove import/export database 2023-11-28 16:58:16 +00:00
Henry Heng 20f2da1743
Merge pull request #1271 from avin-kavish/seperate-api-key-util
Refactor: Move api key utilities to separate file
2023-11-28 16:41:47 +00:00
Henry f36cfca87b Merge branch 'main' into feature/OpenAI-Assistant 2023-11-28 16:24:46 +00:00
Henry 1cd465a08e update openai assistant version 2023-11-28 16:23:11 +00:00
vinodkiran 0693a8b4ca LS Prompt Hub: Prompt Display and sending back selected prompt to the prompt node 2023-11-28 19:27:39 +05:30
vinodkiran 8897dd9c5f LS Prompt Hub: Moving calls to server side and adding functionality to show the detailed prompt 2023-11-27 22:42:04 +05:30
Henry 3536c2afec fix memory nodes 2023-11-27 15:34:28 +00:00
vinodkiran c96572e10f GPT Vision - OpenAIVisionChain 2023-11-25 16:39:02 +05:30
Henry 9f2c01dc37 🥳 flowise@1.4.3 release 2023-11-24 17:08:16 +00:00
Henry 12c688aae0 update langchain version 2023-11-24 14:29:50 +00:00
Henry 0d7b916b86 update models for openai function 2023-11-24 11:55:56 +00:00
Henry Heng e93ce07851
Merge pull request #1243 from FlowiseAI/feature/VectorStoreRevamp
Feature/add vector upsert ability
2023-11-23 17:08:51 +00:00
Henry Heng e1583766c0
Merge pull request #1222 from vinodkiran/FEATURE/input-moderation
ResponsibleAI - Input Moderation - …
2023-11-23 16:34:17 +00:00
Avin 292b90ccb1 refactor: move api key utilities to seperate file 2023-11-23 15:14:01 +05:30
vinodkiran b3f44e0495 ResponsibleAI - Input Moderation - Renaming of files for better clarity and alignment to functionality 2023-11-23 10:48:00 +05:30
Henry Heng 0b93b337fd
Merge pull request #1260 from vinodkiran/FEATURE/keys-credentials
UX Changes to the API Keys Screens
2023-11-23 01:36:25 +00:00
Henry 3638485d1b Merge branch 'main' into feature/VectorStoreRevamp 2023-11-22 19:49:55 +00:00
Henry 7d13b6323f fix namings, update description, show badge and node info 2023-11-22 19:48:01 +00:00
Henry c274085d42 slight naming changes 2023-11-22 17:10:18 +00:00
Henry 8358e59df2 add claude-2.1 2023-11-21 19:18:08 +00:00
Henry Heng 98eddee2a2
Merge pull request #1259 from FlowiseAI/feature/VectaraChain
Feature/Add vectara chain
2023-11-21 14:44:43 +00:00
vinodkiran c716c1972a API Key: UX Fixes and adjustments post the dashboard updates 2023-11-21 18:40:20 +05:30
vinodkiran b1f5f52567 Merge branch 'main' into FEATURE/keys-credentials
# Conflicts:
#	packages/ui/src/views/apikey/index.js
2023-11-21 17:22:52 +05:30
Henry Heng d4e68f2a79
Merge pull request #1231 from vinodkiran/FEATURE/UI-Updates
Feature/UI updates - Reorganizing Chatflow Dashboard
2023-11-21 11:02:41 +00:00
Henry 40a63008ec add vectara chain 2023-11-20 19:34:30 +00:00
Henry 9a3be5f4bf fix sessionid undefined 2023-11-20 14:38:33 +00:00
Henry de7f343f90 Merge branch 'main' into FEATURE/UI-Updates
# Conflicts:
#	packages/server/src/database/migrations/mysql/index.ts
#	packages/server/src/database/migrations/postgres/index.ts
#	packages/server/src/database/migrations/sqlite/index.ts
2023-11-20 12:18:23 +00:00
Henry Heng 10c3066a91
Merge pull request #1252 from FlowiseAI/feature/OpenAI-Assistant
Feature/Add file annotations, sync and delete assistant
2023-11-20 12:14:52 +00:00
vinodkiran a4a1e7d562 API Key: Changes to API Key Dashboard to show usage details (chatflows) 2023-11-20 13:03:28 +05:30
Henry c7add45647 add file annotations, sync and delete assistant 2023-11-20 00:55:58 +00:00
vinodkiran 28f5d94c13 API Keys: Displaying the names of the chatflows associated with the keys and Warning the user before deletion. 2023-11-18 16:47:15 +05:30
vinodkiran 97247713ef UX Changes: Fixed 2 edge cases, (1) UI-tag not added, when the user clicks the submit without hitting enter and (2) server side error when the update/rename is attempted before any flow is opened 2023-11-17 11:24:55 +05:30
Henry 44cadc1cc3 add vector upsert ability 2023-11-16 18:34:17 +00:00
vinodkiran a7b34848cd UX Changes: Ability to set category (tags) to each chatflow; corresponding changes to table display and table search 2023-11-16 08:29:06 +05:30
Henry 4baba784c5 🥳 flowise@1.4.2 minor bugfix release 2023-11-10 16:42:22 +00:00
Henry Heng 9205a29787
Merge pull request #1207 from FlowiseAI/feature/OpenAI-Assistant
Feature/add openai assistant tools and documents fix
2023-11-10 16:07:00 +00:00
Henry b995796938 add openai assistant tools and documents fix 2023-11-10 15:41:59 +00:00
Henry Heng 6ed80d8d48
Merge pull request #1190 from vincent-pli/correct-help-link-apichain
Correct the help link for apichain
2023-11-09 17:37:13 +00:00
Henry 0a84c2e093 🥳 flowise@1.4.1 minor bugfix release 2023-11-09 16:47:34 +00:00
Henry Heng 54486565b8
Merge pull request #1202 from FlowiseAI/feature/OpenAI-Assistant
Bugfix/Directory is not created
2023-11-09 16:37:23 +00:00
Henry b7cd38c83d fix when directory is not created 2023-11-09 16:12:26 +00:00
Henry c7fcc90fbe update flowise-ui and components package json 2023-11-09 13:55:21 +00:00
Henry 4d2ef9b7ec update marketplace 2023-11-09 12:45:58 +00:00
Henry b607c1228f add upload files and tool features 2023-11-09 11:55:30 +00:00
vincent-pli 964b5a263c correct the help link for apichain 2023-11-08 08:20:07 +08:00
Henry 6ccac3a544 🥳 flowise@1.4.0-rc.1 release 2023-11-07 21:23:57 +00:00
Henry 08eb8dd4e0 🥳 flowise@1.4.0-rc.1 release 2023-11-07 21:21:48 +00:00
Henry 0f293e5a59 add openai assistant 2023-11-07 20:45:25 +00:00
Henry 005693d19a 🥳 flowise@1.3.9 release 2023-11-03 20:05:04 +00:00
Henry ec76b3c0d9 update marketplace llmchain templates 2023-11-03 13:33:38 +00:00
Henry b44c203807 Merge branch 'main' into feature/output-parsers
# Conflicts:
#	packages/ui/src/views/chatmessage/ChatMessage.js
2023-11-03 13:10:06 +00:00
Henry 4f6cab47f8 code cleanup 2023-11-03 01:33:08 +00:00
Henry 6ab20cd445 Merge branch 'main' into feature/ChatHistory2 2023-11-02 21:48:18 +00:00
Henry Heng 4f3d352606
Merge pull request #1162 from SearchApi/feature/add-searchapi
Add SearchApi documentloader, tool & podcast QA example
2023-11-02 21:46:13 +00:00
SebastjanPrachovskij a240333e79
Run yarn lint-fix 2023-11-02 22:17:36 +02:00
Henry 689612b0d6 add query to vec2doc 2023-11-02 19:46:52 +00:00
Henry 039d8d26be expand text file supported file types 2023-10-31 16:32:33 +00:00
SebastjanPrachovskij 7bc41939e4
Add SearchApi documentloader, tool & podcast QA example 2023-10-31 16:27:37 +02:00
Henry 5ff720d66c remove console log 2023-10-31 14:11:11 +00:00
Henry f57a08f59b disabled ouput parser streaming 2023-10-31 14:07:29 +00:00
Henry 8857530f29 return JSON output in the chat 2023-10-29 10:27:04 +00:00
vinodkiran cd6538c5f2 Spelling Corrections. 2023-10-26 11:11:10 +05:30
Henry ac888844cf Merge branch 'main' into feature/ChatHistory2 2023-10-24 14:34:37 +01:00
Henry 2f0b4e18f4 update fix when no chatflow apikey is set 2023-10-23 15:52:28 +01:00
Henry f8130fdff9 fix Chatflow API Authentication 2023-10-23 15:46:27 +01:00
Henry eef11eccca Merge branch 'main' into feature/ChatHistory2 2023-10-18 11:57:39 +01:00
Henry ea1f3f6789 add fix for backed chat message 2023-10-17 16:24:21 +01:00
automaton82 1595676c61 Fix for #911, CRLF line endings, new fix. 2023-10-16 16:30:25 -04:00
Henry e5720f0860 Merge branch 'main' into feature/ChatHistory2 2023-10-16 13:30:03 +01:00
Henry Heng 49d5a86fcc
Revert "Fix for #911, CRLF line endings on Linux scripts." 2023-10-14 23:17:08 +01:00
automaton82 e0a1188857 Fix for #911, CRLF line endings on linux scripts. 2023-10-13 14:30:08 -04:00
Henry f822745e38 update marketplaces 2023-10-13 15:58:10 +01:00
Ofer Mendelevitch 6a29ee8c02 minor update to labels
Upd 'source' in Vectara constructor
2023-10-12 19:45:44 -07:00
Henry 84a33bb404 🥳 flowise@1.3.8 release 2023-10-12 16:26:27 +01:00
Henry f42a2d3387 add in-mem llm cache 2023-10-11 19:54:10 +01:00
Henry cf9e3499a7 add ollama 2023-10-11 12:24:06 +01:00
Henry 4a09185195 🥳 flowise@1.3.7 release 2023-10-10 16:58:44 +01:00
Henry 4caa9ba9ab update marketplace llm with cache 2023-10-10 00:01:28 +01:00
Henry Heng 77899b956e
Update index.ts 2023-10-08 12:00:44 +01:00
Henry Heng dbd655580d
Add fix where flow is not restarted when cache is used 2023-10-07 19:17:33 +01:00
chungyau97 e22e797428 Merge branch 'main' into feature/ChatHistory2 2023-10-02 14:25:33 +08:00
Henry ea4d3d0278 update fields 2023-09-25 11:32:31 +01:00
Henry ce9b9ad8ca add env variable to start.ts 2023-09-21 21:54:03 +01:00
Henry 9b86a96e1d 🥳 flowise@1.3.6 release 2023-09-21 15:56:05 +01:00
chungyau97 3227321938 Merge branch 'main' into feature/ChatHistory2 2023-09-21 13:58:15 +08:00
Henry 096451f82f update langchain version 2023-09-20 20:07:13 +01:00
chungyau97 51f9f0be04 modify delete chat message method 2023-09-19 21:39:37 +08:00
Henry 4682be5c03 update openai models 2023-09-19 11:53:16 +01:00
chungyau97 922ba896ec Merge branch 'main' into feature/ChatHistory2 2023-09-19 14:08:04 +08:00
chungyau97 f7178074ad add retrieve internal chat message 2023-09-19 14:07:33 +08:00
Henry 9031057425 add FLOWISE_SECRETKEY_OVERWRITE 2023-09-18 16:45:00 +01:00
chungyau97 d6cf5fed42 add chatId column 2023-09-18 21:45:51 +08:00
Henry 00e91c1607 🥳 flowise@1.3.5 release 2023-09-15 18:14:01 +01:00
Seif d3d18a8e43 Update vectara template 2023-09-15 07:37:20 -07:00
chungyau97 7b54f17a58 modify addChatMessage 2023-09-15 21:25:28 +08:00
chungyau97 bc7d95cf9d add migration query for chat history 2023-09-14 14:50:56 +08:00
Henry Heng 3d35536de5
Merge pull request #908 from FlowiseAI/feature/Analytic
Feature/Add analytic
2023-09-13 08:46:24 +01:00
chungyau97 b3e4e35309 Add instruction to setup Rate Limit 2023-09-13 10:59:05 +08:00
Henry d19f72db6f add analytic 2023-09-11 23:44:20 +01:00
chungyau97 c4243d6bd1 add hosting proxy configuration 2023-09-09 23:26:08 +08:00
chungyau97 c4c007b164 add migration queries for rate limit 2023-09-09 23:25:28 +08:00
chungyau97 209b4a6864 Merge branch 'main' into feature/RateLimit 2023-09-09 22:42:49 +08:00
Ong Chung Yau 3a813fa044
Merge pull request #873 from FlowiseAI/feature/Migration
feature/Migration
2023-09-09 22:38:02 +08:00
Henry ad8141e078 Apache License 2.0 2023-09-08 11:49:22 +01:00
chungyau97 2574b02dd7 add mysql modify tool 2023-09-06 20:03:06 +08:00
chungyau97 b9bdf8435c add mysql modify credential 2023-09-06 19:56:18 +08:00
chungyau97 1d4761dc2c add mysql modify chat_message 2023-09-06 19:20:15 +08:00
chungyau97 fa1060f9eb add mysql modify chat_flow 2023-09-06 19:15:53 +08:00
chungyau97 0d6d15ecf4 add postgres modify tool 2023-09-06 18:55:35 +08:00
chungyau97 d92ca34b00 add postgres modify credential 2023-09-06 18:48:18 +08:00
chungyau97 5facb8fba8 add postgres modify chatmessage 2023-09-06 18:43:52 +08:00
chungyau97 6f1f5ef06b add postgres modify chatflow 2023-09-06 18:37:30 +08:00
chungyau97 aa1122641c add sqlite modify tool 2023-09-05 22:41:28 +08:00
chungyau97 1c1b057512 add sqlite modify credential 2023-09-05 22:27:17 +08:00
chungyau97 a7fa3f48e2 add chat_message index 2023-09-05 22:18:28 +08:00
chungyau97 22984618ca add sqlite modify chatmessage 2023-09-05 22:02:51 +08:00
chungyau97 427ec32dc6 add sqlite modify chatflow 2023-09-05 21:50:00 +08:00
chungyau97 0e891bfb3a preserve previous user data 2023-09-05 16:13:04 +08:00
chungyau97 ae66f163de add postgresMigrations 2023-09-05 13:49:50 +08:00
chungyau97 b688f96236 update sqlite init query 2023-09-05 00:55:39 +08:00
chungyau97 17c2309454 add mysqlMigrations 2023-09-05 00:36:37 +08:00
chungyau97 02924f96c8 add text into potential large column 2023-09-05 00:26:47 +08:00