Index: openacs-4/packages/acs-kernel/sql/oracle/acs-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/acs-create.sql,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-kernel/sql/oracle/acs-create.sql 18 Aug 2006 18:17:49 -0000 1.19 +++ openacs-4/packages/acs-kernel/sql/oracle/acs-create.sql 26 Sep 2006 14:48:02 -0000 1.20 @@ -8,10 +8,10 @@ create table acs_magic_objects ( name varchar2(100) - constraint acs_magic_objects_name_pk primary key, - object_id constraint acs_magic_objects_object_id_nn not null - constraint acs_magic_objects_object_id_fk - references acs_objects(object_id) + constraint acs_magic_objects_name_pk primary key, + object_id constraint acs_magic_objects_object_id_nn not null + constraint acs_magic_objects_object_id_fk + references acs_objects(object_id) ); create index acs_mo_object_id_idx on acs_magic_objects (object_id);