Index: openacs-4/packages/edit-this-page/sql/postgresql/upgrade/upgrade-1.1d-1.2b.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/sql/postgresql/upgrade/Attic/upgrade-1.1d-1.2b.sql,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/edit-this-page/sql/postgresql/upgrade/upgrade-1.1d-1.2b.sql 30 Jan 2003 11:49:24 -0000 1.1.2.4 +++ openacs-4/packages/edit-this-page/sql/postgresql/upgrade/upgrade-1.1d-1.2b.sql 5 Feb 2003 02:57:54 -0000 1.1.2.5 @@ -12,7 +12,7 @@ -- If you have any other items with a NULL content_type this will capture them -- Please confirm and test this before running on a production database. -update cr_items set content_type='etp_page_revision where content_type is NULL; +update cr_items set content_type='etp_page_revision' where content_type is NULL; -- this is untested DAVEB update acs_objects set object_type='etp_page_revision'