feature #7: add colum parents_ids into comment

This commit is contained in:
2019-08-26 02:38:58 +02:00
parent ce38aa6fe2
commit 0547cf5784
3 changed files with 74 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ begin
values (_citizen_id, _target_id, _content, _parent_id)
returning comment_on_constitution.id into _id;
else
raise exception '% no implemented', reference::text;
raise exception 'comment with target as "%", is no implemented', reference::text;
end if;
end;
$$;