Index: openacs-4/packages/acs-mail/sql/oracle/acs-mail-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail/sql/oracle/acs-mail-create.sql,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/acs-mail/sql/oracle/acs-mail-create.sql	14 Feb 2009 19:43:05 -0000	1.5
+++ openacs-4/packages/acs-mail/sql/oracle/acs-mail-create.sql	14 Feb 2009 22:46:55 -0000	1.6
@@ -243,8 +243,8 @@
 
 create table acs_mail_links (
     mail_link_id integer
-        constraint a_m_l_mail_links_id_pk primary key
-        constraint a_m_l_mail_links_id_fk references acs_objects 
+        constraint aml_mail_links_id_pk primary key
+        constraint aml_mail_links_id_fk references acs_objects 
         on delete cascade,
     body_id integer
         constraint acs_mail_links_body_id_nn not null