mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
refactor: remove unused func/var/methods (#315)
Signed-off-by: Dhruv Jain <92215138+jaydee029@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
)
|
||||
Reference in New Issue
Block a user