Skip to content

Commit 247046b

Browse files
committed
fix con_replic query
1 parent a3a64da commit 247046b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/config/mrt/query.sql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,6 +2295,8 @@ queries:
22952295
then 0
22962296
when u.modified < date_add(now(), INTERVAL -1 DAY)
22972297
then 0
2298+
when u.modified is null
2299+
then 0
22982300
else 1
22992301
end
23002302
),

0 commit comments

Comments
 (0)