feature #4: add "article in title" on contitution creation

This commit is contained in:
2019-07-28 22:42:49 +02:00
parent a15847ab9e
commit ef740734b2
5 changed files with 108 additions and 12 deletions

View File

@@ -161,6 +161,7 @@ begin
from title as t
where t.id = new.title_id
);
return new;
end;
$$;