working on runtime executions
This commit is contained in:
@@ -117,7 +117,7 @@ CREATE TABLE event (
|
||||
trigger_ref TEXT NOT NULL,
|
||||
config JSONB,
|
||||
payload JSONB,
|
||||
source BIGINT REFERENCES sensor(id),
|
||||
source BIGINT REFERENCES sensor(id) ON DELETE SET NULL,
|
||||
source_ref TEXT,
|
||||
created TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||
rule BIGINT,
|
||||
|
||||
Reference in New Issue
Block a user