Index: openacs-4/packages/authorize-gateway/sql/postgresql/authorize-gateway-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/authorize-gateway/sql/postgresql/authorize-gateway-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/authorize-gateway/sql/postgresql/authorize-gateway-create.sql 26 Sep 2002 22:42:13 -0000 1.2 +++ openacs-4/packages/authorize-gateway/sql/postgresql/authorize-gateway-create.sql 17 May 2003 10:13:24 -0000 1.3 @@ -1,7 +1,7 @@ create table authorize_gateway_result_log ( transaction_id varchar(20) not null, txn_attempted_type varchar(18), - txn_attempted_time datetime, + txn_attempted_time timestamptz, response varchar(400), response_code varchar(1), response_reason_code varchar(2),