Add script to launch SQL test
This commit is contained in:
@@ -21,4 +21,3 @@ begin
|
||||
end;
|
||||
$$;
|
||||
|
||||
-- drop function if exists comment(regclass, uuid, uuid, text, uuid);
|
||||
@@ -7,7 +7,3 @@ begin
|
||||
where c.id = _id;
|
||||
end;
|
||||
$$;
|
||||
|
||||
-- drop function if exists edit_comment(uuid, text);
|
||||
|
||||
-- select edit_comment('b0422e48-687f-bea7-b45f-b6b301246e97', 'plop4')
|
||||
@@ -18,4 +18,4 @@ begin
|
||||
end;
|
||||
$$;
|
||||
|
||||
-- drop function if exists find_comment_by_id(uuid, out json);
|
||||
|
||||
|
||||
@@ -37,5 +37,3 @@ begin
|
||||
) as t;
|
||||
end;
|
||||
$$;
|
||||
|
||||
-- drop function if exists find_comments_by_citizen(uuid, regclass, int, int);
|
||||
|
||||
@@ -24,5 +24,3 @@ begin
|
||||
) as t;
|
||||
end;
|
||||
$$;
|
||||
|
||||
-- drop function if exists find_comments_by_parent(uuid, int, int);
|
||||
|
||||
@@ -34,4 +34,4 @@ begin
|
||||
end;
|
||||
$$;
|
||||
|
||||
-- drop function if exists find_comments_by_target(uuid, int, int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user