Skip to content
Snippets Groups Projects
Commit df7f3bc8 authored by Erik Hommel's avatar Erik Hommel
Browse files

added primary key to civirule_action table

parent f105d285
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@ CREATE TABLE IF NOT EXISTS civirule_rule_action (
action_id INT UNSIGNED NULL,
action_params TEXT NULL,
is_active TINYINT NULL DEFAULT 1,
PRIMARY KEY (id),
UNIQUE INDEX id_UNIQUE (id ASC),
INDEX fk_ra_rule_idx (rule_id ASC),
INDEX fk_ra_action_idx (action_id ASC),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment