mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Moved some text fields over to longtext type (#21)
This commit is contained in:
committed by
Jeremy Zhang
parent
228ebe6684
commit
82db716b61
@ -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():
|
||||
|
Reference in New Issue
Block a user