Web-Quellen: An/Aus-Schalter pro Quelle im UI + Einzel-Quellen-Sync
This commit is contained in:
@@ -67,6 +67,9 @@ class QuellenStatus(Base):
|
||||
anzahl_fehler: Mapped[int] = mapped_column(Integer, default=0)
|
||||
fehlermeldung: Mapped[str | None] = mapped_column(Text)
|
||||
unveraendert: Mapped[bool] = mapped_column(Boolean, default=False)
|
||||
#: UI-Schalter: Quelle im Sync ein-/ausgeschaltet (None = Env-Standard).
|
||||
#: Übersteuert den Env-Wert SPIELE_NEUHEITEN_QUELLE_<NAME>_AKTIV.
|
||||
aktiv_schalter: Mapped[bool | None] = mapped_column(Boolean, nullable=True)
|
||||
#: JSON-Objekt URL → [etag, last_modified]
|
||||
validatoren_json: Mapped[str | None] = mapped_column(Text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user