Compare commits
No commits in common. "c3fa5195d3176031dbbcf8d5a3bbe4963aff2d38" and "c4a9a541d3a863da1d4c79f3344d7d20324191e9" have entirely different histories.
c3fa5195d3
...
c4a9a541d3
@ -73,10 +73,6 @@ impl BoatDamage {
|
||||
"
|
||||
SELECT id, boat_id, desc, user_id_created, created_at, user_id_fixed, fixed_at, user_id_verified, verified_at, lock_boat
|
||||
FROM boat_damage
|
||||
WHERE (
|
||||
verified_at IS NULL
|
||||
OR verified_at >= datetime('now', '-30 days')
|
||||
)
|
||||
ORDER BY created_at DESC
|
||||
"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user