Fix control SQL query
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
c401234bda
commit
c2dc89a8b1
@@ -117,7 +117,7 @@ WITH ctrl AS (
|
|||||||
c.name,
|
c.name,
|
||||||
c.description,
|
c.description,
|
||||||
c.created_at,
|
c.created_at,
|
||||||
c.updated_at
|
c.updated_at,
|
||||||
c.search_vector
|
c.search_vector
|
||||||
FROM
|
FROM
|
||||||
controls c
|
controls c
|
||||||
|
|||||||
Reference in New Issue
Block a user