cms_items table was not generated correctly.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2333 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2013-10-01 17:37:26 +00:00
parent e9d377ec4b
commit 5be6e98b64
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ create table cms_items (
constraint cms_items_version_ck
check (version in ('live', 'draft', 'pending', 'archived')),
language char(2),
additional_info varchar(1024),
section_id integer,
-- Do not add fk constraints on a denormalized column.
--constraint cms_items_section_id_fk