mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
refactor(automation): rename trigger config column to params
This commit is contained in:
parent
a4fbfd8c0d
commit
fe32cd35ed
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def upgrade() -> None:
|
|||
automation_id INTEGER NOT NULL
|
||||
REFERENCES automations(id) ON DELETE CASCADE,
|
||||
type automation_trigger_type NOT NULL,
|
||||
config JSONB NOT NULL,
|
||||
params JSONB NOT NULL,
|
||||
enabled BOOLEAN NOT NULL DEFAULT true,
|
||||
last_fired_at TIMESTAMP WITH TIME ZONE,
|
||||
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue