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

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="datalite", # Replace with your own username
version="0.5.5",
version="0.5.6",
author="Ege Ozkan",
author_email="egeemirozkan24@gmail.com",
description="A small package that binds dataclasses to an sqlite database",