Index: openacs-4/packages/clickthrough/sql/postgresql/clickthrough-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/clickthrough/sql/postgresql/clickthrough-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/clickthrough/sql/postgresql/clickthrough-create.sql 3 May 2001 20:38:16 -0000 1.1 +++ openacs-4/packages/clickthrough/sql/postgresql/clickthrough-create.sql 3 May 2001 21:33:59 -0000 1.2 @@ -13,7 +13,7 @@ foreign_url varchar(400) not null, -- full URL on the foreign server entry_date date, -- clickthrough counts are daily counts click_count integer default 0, - package_id constraint ct_log_package_id_fk + package_id integer constraint ct_log_package_id_fk references apm_packages(package_id), constraint ct_log_pk primary key (local_url, foreign_url, entry_date) );