Replace notes(userId) index with (userId, id)
The iceshrimp change also changes another file and adds @Index("IDX_note_userId_id", ["userId", "id"])
to the top of Note. We have the MiNote class and I assume it would be good to put that there?