This commit is contained in:
Duc Trung Le
2023-02-27 23:59:56 +01:00
committed by Duc Trung LE
parent 0e437224d0
commit 28464f9c47
4 changed files with 39 additions and 1 deletions

View File

@@ -416,6 +416,9 @@ class Service(Base):
ondelete='SET NULL',
),
)
from_config = Column(Boolean, default=True)
oauth_client = relationship(
'OAuthClient',
back_populates="service",