Index: openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql 7 Jun 2006 13:45:20 -0000 1.10 +++ openacs-4/packages/lors/sql/postgresql/lors-imscp-create.sql 9 Feb 2009 03:57:30 -0000 1.11 @@ -340,10 +340,7 @@ references apm_packages (package_id), community_id integer constraint ims_cp_manifest_class__comm_id_fk - references dotlrn_communities_all(community_id), - class_key varchar(100) - constraint ims_cp_manifest_class__class_key_fk - references dotlrn_community_types(community_type), + references groups(group_id), isenabled boolean default 't' not null, istrackable boolean default 'f' not null -- primary key (man_id, lorsm_instance_id) @@ -367,10 +364,6 @@ This is the package_id for the class/community that the manifest got uploaded '; -comment on column ims_cp_manifest_class.class_key is ' -This is the class_key for the class/community -'; - comment on column ims_cp_manifest_class.isenabled is ' Whether the course is enabled for that community instance. default true @@ -379,4 +372,4 @@ comment on column ims_cp_manifest_class.istrackable is ' Whether the course is trackable for that community instance. default false -'; \ No newline at end of file +';