Fixed a major bug in basic migrate, causing the migration to raise an exception if a column is deleted.

This commit is contained in:
Ege Emir Özkan
2020-08-16 22:12:00 +03:00
parent 94eabb3e20
commit 564f5a5f38
4 changed files with 8 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ copyright = '2020, Ege Ozkan'
author = 'Ege Ozkan'
# The full version, including alpha/beta/rc tags
release = 'v0.5.5'
release = 'v0.5.6'
# -- General configuration ---------------------------------------------------