mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
s/TEXT/Text/
This commit is contained in:
@@ -12,7 +12,7 @@ import alembic.command
|
|||||||
from alembic.script import ScriptDirectory
|
from alembic.script import ScriptDirectory
|
||||||
from tornado.log import app_log
|
from tornado.log import app_log
|
||||||
|
|
||||||
from sqlalchemy.types import TypeDecorator, TEXT, LargeBinary
|
from sqlalchemy.types import TypeDecorator, Text, LargeBinary
|
||||||
from sqlalchemy import (
|
from sqlalchemy import (
|
||||||
create_engine, event, exc, inspect, or_, select,
|
create_engine, event, exc, inspect, or_, select,
|
||||||
Column, Integer, ForeignKey, Unicode, Boolean,
|
Column, Integer, ForeignKey, Unicode, Boolean,
|
||||||
|
Reference in New Issue
Block a user