🐛 Fix many issues relted to comments on viewer.

This commit is contained in:
Andrey Antukh 2020-11-23 15:06:49 +01:00 committed by Alonso Torres
parent 013c866137
commit 061fdcd5bd
5 changed files with 33 additions and 27 deletions

View file

@ -24,7 +24,7 @@
(def ^:private
sql:project
"select p.id, p.name
"select p.id, p.name, p.team_id
from project as p
where p.id = ?
and p.deleted_at is null")