We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A description of what the bug is.
nox -s shell
cd src/fides/api/alembic/
alembic revision --autogenerate -m "check check"
Open the generated migration file, notice the entries for messaging_template and plus_system_history
messaging_template
plus_system_history
There shouldn't be any migrations generated from the alembic revision --autogenerate command
The text was updated successfully, but these errors were encountered:
moving to done
Sorry, something went wrong.
galvana
Successfully merging a pull request may close this issue.
Bug Description
A description of what the bug is.
Steps to Reproduce
nox -s shell
cd src/fides/api/alembic/
alembic revision --autogenerate -m "check check"
Open the generated migration file, notice the entries for
messaging_template
andplus_system_history
Expected behavior
There shouldn't be any migrations generated from the alembic revision --autogenerate command
The text was updated successfully, but these errors were encountered: