Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql,v diff -u -r1.26 -r1.27 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql 27 Oct 2014 16:39:07 -0000 1.26 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql 7 Aug 2017 23:47:47 -0000 1.27 @@ -106,13 +106,18 @@ new__creation_ip, 'content_item', 'content_template', - null, - null, + null, -- title + null, -- description 'text/plain', - null, - null, - 'text' - ); + null, -- nls_language + null, -- text + null, -- data + null, -- relation_tag + 'f', -- is_live + 'text', -- storage_type + null, -- package_id + 't' -- with_child_rels + ); insert into cr_templates ( template_id