Index: openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql 25 Sep 2006 13:13:31 -0000 1.7 +++ openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql 27 Sep 2006 14:41:34 -0000 1.8 @@ -141,3 +141,14 @@ initializated according to the initial parsed values from the manifest, not being affected by a previous run.'; +create table imsld_run_users_group_rels ( + rel_id integer + constraint imsld_rug_rels_fk + references acs_rels + constraint imsld_rug_rels_pk + primary key +); + +comment on table imsld_run_users_group_rels is ' +This table stores the relationships between users and runs. It is also used to store the current role of the users in the run.'; +