Skip to content

Commit

Permalink
Remove flag state condition from vessels that should emit query
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Oct 23, 2023
1 parent 2b30503 commit e4dc87c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ SELECT
FROM beacons b
JOIN vessels v
ON v.id = b.vessel_id
WHERE
b.beacon_status IN ('ACTIVATED', 'UNSUPERVISED') AND
-- Flag_states whose emissions are monitored
v.flag_state IN ('FR', 'VE')
WHERE b.beacon_status IN ('ACTIVATED', 'UNSUPERVISED')

0 comments on commit e4dc87c

Please sign in to comment.