#5280 Fix for mysql alembic migration
Merged by ngompa. Opened by zlopez.
zlopez/pagure mysql_fix  into  master

Download 5280.patch

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.

Metadata