mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
s/TEXT/Text/
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user