Commit Graph

1 Commits (be7a6b6057ac1bec16c28d83d0d262a4d5e38d10)

Author SHA1 Message Date
BoYanZh ad223000d4
Perf: add extra index to notification table (#32395)
Index SQL: `CREATE INDEX u_s_uu ON notification(user_id, status,
updated_unix);`

The naming follows `action.go` in the same dir.

I am unsure which version I should add SQL to the migration folder, so I
have not modified it.

Fix #32390
4 months ago