0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 00:00:34 +01:00
gitea/models/activities
Zettat123 b958dba1a0
Improve indices for action table (#23532)
Close #21611 

Add the index mentioned in
https://github.com/go-gitea/gitea/issues/21611#issuecomment-1451113252 .
Since we already have an index for `("created_unix", "user_id",
"is_deleted")` columns on PostgreSQL, I removed the database type check
to apply this index to all types of databases.
2023-03-24 23:44:33 +08:00
..
action_list.go
action_test.go
action.go Improve indices for action table (#23532) 2023-03-24 23:44:33 +08:00
main_test.go
notification_test.go
notification.go
repo_activity.go
statistic.go
user_heatmap_test.go
user_heatmap.go