diff --git a/jupyterhub/orm.py b/jupyterhub/orm.py index 4dfd3e1d..1e2c21a5 100644 --- a/jupyterhub/orm.py +++ b/jupyterhub/orm.py @@ -46,7 +46,7 @@ class JSONDict(TypeDecorator): """ - impl = LargeBinary + impl = Text def process_bind_param(self, value, dialect): if value is not None: