mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
refactor(automation): rename trigger model config to params
This commit is contained in:
parent
fe32cd35ed
commit
c8a89ccac8
4 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ class AutomationTrigger(BaseModel, TimestampMixin):
|
|||
index=True,
|
||||
)
|
||||
|
||||
config = Column(JSONB, nullable=False)
|
||||
params = Column(JSONB, nullable=False)
|
||||
|
||||
enabled = Column(
|
||||
Boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue