Moved some text fields over to longtext type (#21)

This commit is contained in:
Jeremy "EndenDragon" Zhang
2017-07-09 17:15:45 -07:00
committed by Jeremy Zhang
parent 228ebe6684
commit 82db716b61
5 changed files with 153 additions and 10 deletions

View File

@ -64,7 +64,8 @@ def run_migrations_online():
with connectable.connect() as connection:
context.configure(
connection=connection,
target_metadata=target_metadata
target_metadata=target_metadata,
compare_type=True
)
with context.begin_transaction():