Replies: 1 comment
-
What I have tried is like following. Run Command in pkg/server: Add IProjects into Interface.ts, Modify Projects.ts entity and add it to index.ts Run Command in pkg/server: Modify AddProjects migration to create 'projects' table and add it to index.ts Run Command in root repo But 'projects' table didn't created. Please give me advice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Flowise Community,
Recently, I have cloned Flowise repository and run it in my local env. Now I am trying to add new Entity and Migration to existing database (especially sqlite as default). Please let me know how to do it locally.
Beta Was this translation helpful? Give feedback.
All reactions