🔥 Remove unused code.

This commit is contained in:
Andrey Antukh 2020-01-14 15:29:36 +01:00
parent b441ffc20f
commit 422536d4a1
13 changed files with 61 additions and 51 deletions

View file

@ -26,7 +26,7 @@
;; --- Query: Projects
(su/defstr sql:projects
(def sql:projects
"select p.*
from project_users as pu
inner join projects as p on (p.id = pu.project_id)