mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
[WIP] Update old revisions to support new table
This commit is contained in:

committed by
Duc Trung LE

parent
5bb4b70ab1
commit
d251b705e8
@@ -417,7 +417,7 @@ class Service(Base):
|
||||
),
|
||||
)
|
||||
|
||||
from_config = Column(Boolean, default=True)
|
||||
from_config = Column(Boolean, default=True, nullable=True)
|
||||
|
||||
oauth_client = relationship(
|
||||
'OAuthClient',
|
||||
|
Reference in New Issue
Block a user