Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 7 Mar 2002 22:22:44 -0000 1.14 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 13 Mar 2002 00:11:35 -0000 1.15 @@ -46,6 +46,7 @@ acs_rel_type.create_role ('course_assistant', 'Course Assistant', 'Course Assistants'); acs_rel_type.create_role ('teaching_assistant', 'Teaching Assistant', 'Teaching Assistants'); acs_rel_type.create_role ('instructor', 'Professor', 'Professors'); + acs_rel_type.create_role ('course_admin', 'Course Administrator', 'Course Administrators'); acs_rel_type.create_role ('admin', 'Administrator', 'Administrators'); end; /