Index: openacs-4/contrib/packages/portal/sql/postgresql/portal-core-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/portal/sql/postgresql/portal-core-create.sql,v diff -u -r1.9 -r1.10 --- openacs-4/contrib/packages/portal/sql/postgresql/portal-core-create.sql 12 Mar 2004 04:54:04 -0000 1.9 +++ openacs-4/contrib/packages/portal/sql/postgresql/portal-core-create.sql 23 Mar 2004 03:04:08 -0000 1.10 @@ -113,6 +113,18 @@ own portal page structure (.LRN, in particular) may or may not honor this flag. '; +comment on column portal_datasources.shadeable_p is ' + If true, this datasource implements the shade operator. DRB: This is only + being kept around for .LRN, shading is something the portal page manager + should have absolute control over. +'; + +comment on column portal_datasources.hideable_p is ' + If true, this datasource implements the hide operator. DRB: This is only + being kept around for .LRN, shading is something the portal page manager + should have absolute control over. +'; + create table portal_datasource_parameters ( datasource_id integer constraint p_ds_params_datasource_id_fk