QUERY PLAN
Sort (cost=23.00..23.25 rows=101 width=246)
Sort Key: created_at DESC
-> Seq Scan on tbl_versions (cost=0.00..19.64 rows=101 width=246)
Filter: ((released = ANY ('{1,2}'::integer[])) AND (device = 4))