Commit 7440ca80 authored by Frank Bergmann's avatar Frank Bergmann

- added object_type field to wf_workflows

parent 29651521
......@@ -50,7 +50,10 @@ create table wf_workflows (
constraint wf_workflows_workflow_key_fk
references acs_object_types(object_type)
on delete cascade,
description text
description text,
object_type varchar(100)
constraint wf_workflows_otype_fk
references acs_object_types
);
comment on table wf_workflows is '
......
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