feature #12: add Constitution tests

This commit is contained in:
2019-08-09 16:35:00 +02:00
parent 41b1f75cfb
commit f060943565
3 changed files with 54 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
create or replace procedure upsert_constitution(inout resource json)
create or replace function upsert_constitution(inout resource json)
language plpgsql as
$$
declare
@@ -30,4 +30,4 @@ begin
end;
$$;
-- drop procedure if exists upsert_constitution(inout json);
-- drop function if exists upsert_constitution(inout json);