You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/activities
zeripath 58a80ba69c
Add another index for Action table on postgres (#21033)
In #21031 we have discovered that on very big tables postgres will use a
search involving the sort term in preference to the restrictive index.

Therefore we add another index for postgres and update the original migration.

Fix #21031

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
action.go Add another index for Action table on postgres (#21033) 2 years ago
action_list.go Move some files into models' sub packages (#20262) 2 years ago
action_test.go Move some files into models' sub packages (#20262) 2 years ago
main_test.go Move some files into models' sub packages (#20262) 2 years ago
notification.go Move some files into models' sub packages (#20262) 2 years ago
notification_test.go Move some files into models' sub packages (#20262) 2 years ago
repo_activity.go Move some files into models' sub packages (#20262) 2 years ago
statistic.go Move some files into models' sub packages (#20262) 2 years ago
user_heatmap.go Move some files into models' sub packages (#20262) 2 years ago
user_heatmap_test.go Move some files into models' sub packages (#20262) 2 years ago