Removed problematic DROP statement.
This commit is contained in:
parent
3946d6b434
commit
ea5f4de864
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue