cms_items table was not generated correctly.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2333 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
e9d377ec4b
commit
5be6e98b64
|
|
@ -36,6 +36,7 @@ create table cms_items (
|
||||||
constraint cms_items_version_ck
|
constraint cms_items_version_ck
|
||||||
check (version in ('live', 'draft', 'pending', 'archived')),
|
check (version in ('live', 'draft', 'pending', 'archived')),
|
||||||
language char(2),
|
language char(2),
|
||||||
|
additional_info varchar(1024),
|
||||||
section_id integer,
|
section_id integer,
|
||||||
-- Do not add fk constraints on a denormalized column.
|
-- Do not add fk constraints on a denormalized column.
|
||||||
--constraint cms_items_section_id_fk
|
--constraint cms_items_section_id_fk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue