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.1 -r1.2 --- openacs-4/packages/authorize-gateway/sql/postgresql/authorize-gateway-create.sql 21 May 2002 18:36:25 -0000 1.1 +++ openacs-4/packages/authorize-gateway/sql/postgresql/authorize-gateway-create.sql 26 Sep 2002 22:42:13 -0000 1.2 @@ -2,7 +2,7 @@ transaction_id varchar(20) not null, txn_attempted_type varchar(18), txn_attempted_time datetime, - response varchar(300), + response varchar(400), response_code varchar(1), response_reason_code varchar(2), response_reason_text varchar(100), @@ -13,4 +13,4 @@ create index authorize_gateway_result_log_transaction_id on authorize_gateway_result_log(transaction_id); -\i authorize-gateway-sc-create.sql \ No newline at end of file +\i authorize-gateway-sc-create.sql