-
Notifications
You must be signed in to change notification settings - Fork 1
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
add alembic support #36
Conversation
Coverage reportThe coverage rate went from None of the new lines are part of the tested code. Therefore, there is no coverage data about them. |
Currently alembic files are placed under |
Yeah, I think I'd like this out of the src folder |
@lchen-2101 should I keep the folder name |
|
HA! just finished a quick instruction on how to add new alembic script as this comment popped up. |
gotcha, thanks for the explanation; so this is just a base without actual changes yet. I'll dig into the code more later, but in the meantime, can you get another ticket created that includes existing db tables? I think for this 1st revision you can just mark the scripts as already ran if the tables already exist, you can use this init.sql script as a point of reference. |
Co-authored-by: lchen-2101 <73617864+lchen-2101@users.noreply.github.com>
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.
LGTM
Add alembic to keep track db revisions.
For Test: