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 -r1.1.2.3 -r1.1.2.3.2.1 --- openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-4.2a-4.3.sql 15 Dec 2002 23:26:07 -0000 1.1.2.3 +++ openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-4.2a-4.3.sql 14 Oct 2003 19:06:18 -0000 1.1.2.3.2.1 @@ -12,15 +12,15 @@ -- matter. The names are still all unique from each other, which is -- all that matters. --atp@piskorski.com, 2002/12/12 13:59 EST -\i static-page-pb.sql +\i ../static-page-pb.sql -update apm_package_types set singleton_p = ''f'' -where package_key = ''static-pages'' ; -commit; +update apm_package_types set singleton_p = 'f' +where package_key = 'static-pages' ; +--commit; -- This converts any old static_pages.filename values in the db to be -- relative to the server rather than page root. See also comment in -- tcl/static-pages-init.tcl re. CR_LOCATIONS STATIC_PAGES: -- --atp@piskorski.com, 2002/12/12 16:17 EST -update static_pages set filename = ''/www'' || filename; +update static_pages set filename = '/www' || filename;