Index: openacs-4/packages/spam/sql/postgresql/spam-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/spam/sql/postgresql/spam-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/spam/sql/postgresql/spam-create.sql 4 Sep 2001 21:14:59 -0000 1.1 +++ openacs-4/packages/spam/sql/postgresql/spam-create.sql 17 May 2003 11:36:10 -0000 1.2 @@ -6,7 +6,7 @@ on delete cascade, -- date to send the spam out -- spam will be put in mail queue at that time - send_date timestamp not null, + send_date timestamptz not null, -- the sql query for selecting users. -- must be of the form "select party_id from ... where ..." sql_query varchar(4000) not null,