Index: openacs-4/packages/contacts/sql/postgresql/contacts-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/sql/postgresql/contacts-create.sql,v diff -u -r1.17 -r1.18 --- openacs-4/packages/contacts/sql/postgresql/contacts-create.sql 14 Dec 2006 09:19:30 -0000 1.17 +++ openacs-4/packages/contacts/sql/postgresql/contacts-create.sql 10 Jan 2007 07:16:25 -0000 1.18 @@ -233,8 +233,3 @@ \i contacts-search-create.sql \i contacts-messages-create.sql \i contacts-list-create.sql - - --- Change the user_preferences table as at least with contacts it is a party references table -alter table user_preferences drop constraint user_prefs_user_id_fk; -alter table user_preferences add constraint user_prefs_user_id_fk foreign key (user_id) references parties (party_id);