Index: openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql 29 Mar 2002 17:02:45 -0000 1.1 +++ openacs-4/packages/new-portal/sql/postgresql/portal-core-create.sql 24 May 2002 01:58:46 -0000 1.2 @@ -142,7 +142,7 @@ constraint portal_theme_id_fk references portal_element_themes not null, - -- is this portal a portal template? + -- AKS this is out of date!! is this portal a portal template? portal_template_p char(1) default 'f' constraint p_portal_template_p_ck check(portal_template_p in ('f', 't')),