Skip to content
Snippets Groups Projects
Commit fc5f41fc authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #1696 add 2 columns on lc_stack for LC module

parent 8c7b1440
No related branches found
No related tags found
No related merge requests found
...@@ -1120,6 +1120,8 @@ CREATE TABLE lc_stack ...@@ -1120,6 +1120,8 @@ CREATE TABLE lc_stack
res_id bigint NOT NULL, res_id bigint NOT NULL,
cnt_retry integer DEFAULT NULL, cnt_retry integer DEFAULT NULL,
status character(1) NOT NULL, status character(1) NOT NULL,
work_batch bigint,
regex character varying(32),
CONSTRAINT lc_stack_pkey PRIMARY KEY (policy_id, cycle_id, cycle_step_id, res_id) CONSTRAINT lc_stack_pkey PRIMARY KEY (policy_id, cycle_id, cycle_step_id, res_id)
) )
WITH (OIDS = FALSE); WITH (OIDS = FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment