Something went wrong while fetching related merge requests.
Remove index for users.current_sign_in_at
This column is indexed, frequently updated (every login), but the application doesn't use it for querying anywhere that I can find (in both app
and lib
). As such we should remove this index, allowing PostgreSQL to perform HOT updates whenever possible. This should speed up UPDATEs as well as reducing table bloat.