Commit 79d5dc56 authored by Frank Bergmann's avatar Frank Bergmann

- added upgrade to add overrides_both_panels_p

parent 94b6bae5
-- Add a new column to determine that both panels should be overwritten
alter table wf_context_task_panels
add overrides_both_panels_p char(1)
constraint wf_context_panels_ovrd_both_ck
CHECK (overrides_both_panels_p = 't'::bpchar OR overrides_both_panels_p = 'f'::bpchar)
;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment