Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-externals-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-create.sql 29 Mar 2002 19:14:44 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-create.sql 28 Apr 2002 04:08:41 -0000 1.3 @@ -22,19 +22,12 @@ -- create table dotlrn_external_profile_rels ( - rel_id constraint dotlrn_ext_rels_rel_id_fk + rel_id constraint dotlrn_external_p_rels_rel_fk references dotlrn_user_profile_rels (rel_id) - constraint dotlrn_ext_profile_rels_pk + constraint dotlrn_external_p_rels_pk primary key ); -create table dotlrn_full_ext_profile_rels ( - rel_id constraint dotlrn_fe_prfl_rels_rel_fk - references dotlrn_full_user_profile_rels (rel_id) - constraint dotlrn_fe_prfl_rels_pk - primary key -); - @@ dotlrn-external-profile-provider-create.sql @@ dotlrn-externals-init.sql @@ dotlrn-externals-package-create.sql