-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
#438 Frontend type #483
#438 Frontend type #483
Conversation
@jojopirker I think you forgot to add the file |
backend/README.md
Outdated
|
||
## Alembic | ||
|
||
To the database run `alembic revision -m "..."` ("..." is what you did) in the `/backend` directory. Then edit the newly created file. See [here](https://alembic.sqlalchemy.org/en/latest/tutorial.html) for more information. |
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.
This should be alembic revision --autogenerate -m "..."
... and I think at the beginning of the sentence it should be "To create an Alembic database migration script after sql-models were modified run alembic revision --autogenerate -m "..."
"
Regarding |
I always forget pre-commit 🤦 |
Thanks for the fixes. Consider running |
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.
Looks good, thanks!
Added FrontendType to database and class, also changed the readme a bit to have everything at one place