diff --git a/jupyterhub/orm.py b/jupyterhub/orm.py index f0fe39bc..30361a96 100644 --- a/jupyterhub/orm.py +++ b/jupyterhub/orm.py @@ -46,7 +46,7 @@ class JSONDict(TypeDecorator): """ - impl = TEXT + impl = types.LargeBinary def process_bind_param(self, value, dialect): if value is not None: