gitea/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>
2022-09-03 17:27:59 +01:00
..
action.go Add another index for Action table on postgres (#21033) 2022-09-03 17:27:59 +01:00
action_list.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
action_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
main_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
notification.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
notification_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
repo_activity.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
statistic.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
user_heatmap.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
user_heatmap_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00