[WIP] Update old revisions to support new table

This commit is contained in:
Duc Trung Le
2023-03-06 23:15:29 +01:00
committed by Duc Trung LE
parent 5bb4b70ab1
commit d251b705e8
3 changed files with 25 additions and 6 deletions

View File

@@ -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',