You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works since there's a partial index where legacy is true on tracks
select * from (select last_hit_id from tracks where legacy) t left outer join hits on hits.id=t.last_hit_id;
The text was updated successfully, but these errors were encountered:
leijurv
changed the title
honestly, it could be funny to have a "legacy" tab which was exactly the old ui
honestly, it could be funny to have a "legacy" tab which was exactly the old ui on the old data
Jun 29, 2020
works since there's a partial index where legacy is true on tracks
select * from (select last_hit_id from tracks where legacy) t left outer join hits on hits.id=t.last_hit_id;
The text was updated successfully, but these errors were encountered: