mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
WIP
This commit is contained in:

committed by
Duc Trung LE

parent
0e437224d0
commit
28464f9c47
@@ -416,6 +416,9 @@ class Service(Base):
|
||||
ondelete='SET NULL',
|
||||
),
|
||||
)
|
||||
|
||||
from_config = Column(Boolean, default=True)
|
||||
|
||||
oauth_client = relationship(
|
||||
'OAuthClient',
|
||||
back_populates="service",
|
||||
|
Reference in New Issue
Block a user