In case of MySQL database when column is altered the existing type needs to be specified.
Signed-off-by: Michal Konečný mkonecny@redhat.com
:thumbsup:
Does this fix the migration for #5219?
Oh, I see in that ticket it helps. Since db migrations aren't in the test suite, I'll go ahead and merge this.
Pull-Request has been merged by ngompa
There is test_alembic.py which tests the migrations, but the MySQL isn't part of it.
test_alembic.py
In case of MySQL database when column is altered the existing type needs to be
specified.
Signed-off-by: Michal Konečný mkonecny@redhat.com