Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql,v diff -u -N -r1.63.2.1 -r1.63.2.2 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql 16 Aug 2015 22:47:36 -0000 1.63.2.1 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-create.sql 10 Feb 2016 09:14:19 -0000 1.63.2.2 @@ -1375,16 +1375,19 @@ v_revision_id := content_revision__new( 'Template', - NULL, - now(), - 'text/html', - null, + null, -- description + now(), -- publish_date + 'text/html', -- mime_type + null, -- nls_language '@text;noquote@', v_item_id, - NULL, - now(), - null, - null); + null, -- revision_id + now(), -- creation_date + null, -- creation_user + null, -- creation_ip + null, -- content_length + null -- package_id + ); update cr_revisions