From ea5f4de864ed6ed76f8eaac13e62fea54074e2a7 Mon Sep 17 00:00:00 2001 From: Stan Pinte Date: Sun, 30 Apr 2006 12:46:12 +0000 Subject: [PATCH] Removed problematic DROP statement. --- html/admin/sql/patch/upgrade10.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/admin/sql/patch/upgrade10.sql b/html/admin/sql/patch/upgrade10.sql index 7da16a6b6..491562d6e 100644 --- a/html/admin/sql/patch/upgrade10.sql +++ b/html/admin/sql/patch/upgrade10.sql @@ -25,7 +25,7 @@ $BODY$ -- Function: check_balance(p_grpt text) -DROP FUNCTION check_balance(text); +-- DROP FUNCTION check_balance(text); CREATE OR REPLACE FUNCTION check_balance(p_grpt integer) RETURNS "numeric" AS @@ -139,4 +139,4 @@ create view vw_client as update version set val=11; -commit; \ No newline at end of file +commit;