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.11 -r1.12 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 15 Jan 2002 20:48:30 -0000 1.11 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 8 Feb 2002 20:50:56 -0000 1.12 @@ -46,11 +46,6 @@ acs_rel_type.create_role ('teaching_assistant', 'Teaching Assistant', 'Teaching Assistants'); acs_rel_type.create_role ('instructor', 'Instructor', 'Instructors'); acs_rel_type.create_role ('admin', 'Administrator', 'Administrators'); - - -- add the user types - insert into dotlrn_user_types (type_id, type) values (1, 'student'); - insert into dotlrn_user_types (type_id, type) values (2, 'professor'); - insert into dotlrn_user_types (type_id, type) values (3, 'admin'); end; / show errors