-
Notifications
You must be signed in to change notification settings - Fork 14.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
Alembnic current isn't updated to the head after migration. #817
Comments
In addition: caravel db downgrade fails with the error message:
|
|
This appears to be coming from flask-migrate or alembic itself, some sort of off-by-one error when stamping the migration into the database. |
I think i've seen something similar, upgrading alembic from 0.8.6 to 0.8.7 fixed the issue for me on sqlite. |
i had the same problem, with alembic 0.8.7 & sqlite. |
Thanks to @mistercrunch for the fix ! #967 resolved it. |
I suspect:
is the solution. |
…he#817) * feat(plugin-chart-echarts): add support for formula annotations * address comments
…he#817) * feat(plugin-chart-echarts): add support for formula annotations * address comments
…he#817) * feat(plugin-chart-echarts): add support for formula annotations * address comments
…he#817) * feat(plugin-chart-echarts): add support for formula annotations * address comments
caravel db upgrade
caravel db current
Current is 960c69cb1f5b, but expected: f162a1dea4c4
Migration is successful:
The text was updated successfully, but these errors were encountered: