remove rule chain executors table
This commit is contained in:
parent
6a8b099eed
commit
e0b0e252cb
@ -695,9 +695,3 @@ CREATE TABLE IF NOT EXISTS thingsboard.rule_node (
|
||||
additional_info text,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS thingsboard.rule_chain_executors (
|
||||
rule_chain_id uuid,
|
||||
server_list set,
|
||||
rule_chain_id KEY (id)
|
||||
);
|
||||
Loading…
x
Reference in New Issue
Block a user