1
0
Fork 0
gitea/models
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
..
activities Add another index for Action table on postgres (#21033) 2022-09-03 17:27:59 +01:00
admin
appstate
asymkey
auth
avatars
db
fixtures
foreignreference
git
issues
migrations Add another index for Action table on postgres (#21033) 2022-09-03 17:27:59 +01:00
organization
packages Delete unreferenced packages when deleting a package version (#20977) 2022-09-03 17:01:00 +01:00
perm
project
pull
repo
unit
unittest Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
user
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go
user.go