refactor: remove unused func/var/methods (#315)

Signed-off-by: Dhruv Jain <92215138+jaydee029@users.noreply.github.com>
This commit is contained in:
Dhruv Jain
2024-04-25 12:16:15 +05:30
committed by GitHub
parent d705c16ced
commit ca4e2c6131
29 changed files with 5 additions and 488 deletions
-8
View File
@@ -1,8 +0,0 @@
package dao
const (
deletingExpr = "not (((conditions -> ?) @> ?::jsonb)) as deleting"
conditionStatusQ = "(conditions -> ?) @> ?::jsonb"
notConditionStatusQ = "not ((conditions -> ?) @> ?::jsonb)"
conditionLastUpdatedQ = "(conditions #>> '{?, lastUpdated}')::timestamp with time zone < ?::timestamp with time zone"
)