Commit f33bd792 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed syntax error in create script

parent 8703f34e
......@@ -437,8 +437,8 @@ create table im_dynfield_pages (
check (default_p in ( 't','f' ))
);
alter table im_dynfield_pages add constraint
im_dynfield_layout_pages_un UNIQUE (object_type, coalesce(page_url, ''), coalesce(workflow_key, ''), coalesce(transition_key, ''));
create unique index im_dynfield_layout_pages_un
on im_dynfield_pages (object_type, coalesce(page_url, ''), coalesce(workflow_key, ''), coalesce(transition_key, ''));
......
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