-
Notifications
You must be signed in to change notification settings - Fork 37
feat: refactored tracker db folder structure. added alembic migrations #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
… consistency to actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we change the name of the script to be more generic or move the "tests" of tracker to it's own script?
Review the generated migration file and adjust if needed. | ||
|
||
|
||
## 4. Applying Migrations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't applying the migrations be automatic whenever the clients starts the tracker server?
LLMstudio Version X.X.X
What was done in this PR:
llmstudio_tracker/db
file organization into folders per type instead of per table.How it was tested:
Additional notes: