gitea/models/migrations/v1_23
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
2024-11-13 18:17:54 +00:00
..
main_test.go
v299.go
v300.go
v301.go
v302.go
v303.go
v304.go
v305.go
v306.go
v307.go
v308.go
v309.go Perf: add extra index to notification table (#32395) 2024-11-13 18:17:54 +00:00