QUERY PLAN
Sort (cost=21.15..21.37 rows=88 width=243)
Sort Key: created_at DESC
-> Seq Scan on tbl_versions (cost=0.00..18.31 rows=88 width=243)
Filter: ((released = ANY ('{1,2}'::integer[])) AND (device = 4))