s/TEXT/Text/

This commit is contained in:
Min RK
2019-02-06 14:02:08 +01:00
committed by GitHub
parent bf36f9fc9a
commit e51ea3f2be

View File

@@ -12,7 +12,7 @@ import alembic.command
from alembic.script import ScriptDirectory
from tornado.log import app_log
from sqlalchemy.types import TypeDecorator, TEXT, LargeBinary
from sqlalchemy.types import TypeDecorator, Text, LargeBinary
from sqlalchemy import (
create_engine, event, exc, inspect, or_, select,
Column, Integer, ForeignKey, Unicode, Boolean,