1
0
Fork 0
forgejo/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 Fix missed sort bug (#20996) 2022-08-31 14:15:12 -04:00
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 fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2022-08-29 11:45:20 +02:00
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 fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2022-08-29 11:45:20 +02:00
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go
user.go