Index: openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-4.2a-4.3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-4.2a-4.3.sql,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-4.2a-4.3.sql 12 Dec 2002 20:03:08 -0000 1.1.2.1 +++ openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-4.2a-4.3.sql 12 Dec 2002 22:01:51 -0000 1.1.2.2 @@ -13,3 +13,7 @@ -- all that matters. --atp@piskorski.com, 2002/12/12 13:59 EST \i static-page-pb.sql + +update apm_package_types set singleton_p = ''f'' +where package_key = ''static-pages'' ; +commit;