Skip to content

Commit 7097696

Browse files
committed
Oops, fixing updatesitegeopolinsert.
1 parent 17e1b37 commit 7097696

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

function/ts/updatesitegeopolinsert.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ CREATE OR REPLACE FUNCTION ts.updatesitegeopolinsert(_siteid integer, _stewardco
22
RETURNS void
33
LANGUAGE sql
44
AS $function$
5-
BEGIN
5+
66
INSERT INTO ndb.sitegeopolitical(siteid, geopoliticalid)
77
VALUES (_siteid, _geopoliticalid);
8-
END;
98

109
$function$

0 commit comments

Comments
 (0)