Index: openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql 11 May 2001 00:14:48 -0000 1.6 +++ openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql 29 Aug 2001 21:22:49 -0000 1.7 @@ -1,7 +1,7 @@ -- -- /packages/acs-kernel/sql/apm-create.sql -- --- Data model for the ACS Package Manager (APM) +-- Data model for the OpenACS Package Manager (APM) -- -- @author Bryan Quinn (bquinn@arsdigita.com) -- @author Jon Salz (jsalz@mit.edu) @@ -478,7 +478,7 @@ -- Who owns a version? create table apm_package_owners ( version_id constraint apm_package_owners_ver_id_fk references apm_package_versions on delete cascade, - -- if the uri is an email address, it should look like 'mailto:alex@arsdigita.com' + -- if the uri is an email address, it should look like 'mailto:someguy@openacs.org' owner_uri varchar2(1500), owner_name varchar2(200) constraint apm_package_owners_name_nn not null, @@ -846,7 +846,7 @@ ); comment on table apm_applications is ' -This table records data on all of the applications registered in the ACS. +This table records data on all of the applications registered in OpenACS. '; @@ -858,7 +858,7 @@ ); comment on table apm_services is ' -This table records data on all of the services registered in the ACS. +This table records data on all of the services registered in OpenACS. ';