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.13 -r1.14 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 19 Feb 2002 19:34:45 -0000 1.13 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 7 Mar 2002 22:22:44 -0000 1.14 @@ -43,6 +43,7 @@ -- create roles acs_rel_type.create_role ('student', 'Student', 'Students'); + 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 ('admin', 'Administrator', 'Administrators');