#61 Fix version date returned for the article.createdAt

This commit is contained in:
2021-04-16 21:23:43 +02:00
parent 11903a4cda
commit 359450ad8f
4 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ begin
select
a.id,
a.title,
a.created_at,
a.deleted_at,
a.draft,
find_citizen_by_id_with_user(a.created_by_id) as created_by,