Index: openacs-4/packages/sample-gateway/sql/postgresql/sample-gateway-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sample-gateway/sql/postgresql/sample-gateway-drop.sql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/sample-gateway/sql/postgresql/sample-gateway-drop.sql 27 Jan 2005 02:45:54 -0000 1.1.2.1 @@ -0,0 +1,12 @@ +-- +-- packages/sample-gateway/sql/postgresql/sample-gateway-drop.sql +-- +-- @author Deds Castillo (deds@i-manila.com.ph) +-- @creation-date 2005-01-24 +-- @arch-tag: b0d9e356-8669-47cd-b697-24042bd5c26d +-- @cvs-id $Id: sample-gateway-drop.sql,v 1.1.2.1 2005/01/27 02:45:54 dedsc Exp $ +-- + +drop table sample_gateway_result_log; + +\i sample-gateway-sc-drop.sql