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
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
..
activities Add another index for Action table on postgres (#21033) 2 years ago
admin Move some files into models' sub packages (#20262) 2 years ago
appstate Sync gitea app path for git hooks and authorized keys when starting (#17335) 3 years ago
asymkey Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896) 2 years ago
auth Move some files into models' sub packages (#20262) 2 years ago
avatars format with gofumpt (#18184) 2 years ago
db Add migrate repo archiver and packages storage support on command line (#20757) 2 years ago
fixtures Fix SQL Query for `SearchTeam` (#20844) 2 years ago
foreignreference Store the foreign ID of issues during migration (#18446) 2 years ago
git Add migrate repo archiver and packages storage support on command line (#20757) 2 years ago
issues Fix missed sort bug (#20996) 2 years ago
migrations Add another index for Action table on postgres (#21033) 2 years ago
organization Move some files into models' sub packages (#20262) 2 years ago
packages Delete unreferenced packages when deleting a package version (#20977) 2 years ago
perm Move some files into models' sub packages (#20262) 2 years ago
project Add option to purge users (#18064) 2 years ago
pull Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) 2 years ago
repo fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2 years ago
unit Add more linters to improve code readability (#19989) 2 years ago
unittest Kd/ci playwright go test (#20123) 2 years ago
user Move some files into models' sub packages (#20262) 2 years ago
webhook Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
error.go Move some files into models' sub packages (#20262) 2 years ago
fixture_generation.go Move access and repo permission to models/perm/access (#19350) 2 years ago
fixture_test.go Decouple unit test code from business code (#17623) 3 years ago
main_test.go Move some files into models' sub packages (#20262) 2 years ago
migrate.go Move some files into models' sub packages (#20262) 2 years ago
migrate_test.go Move some files into models' sub packages (#20262) 2 years ago
org.go Move some files into models' sub packages (#20262) 2 years ago
org_team.go Move some files into models' sub packages (#20262) 2 years ago
org_team_test.go Move some files into models' sub packages (#20262) 2 years ago
org_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
repo.go fix hard-coded timeout and error panic in API archive download endpoint (#20925) 2 years ago
repo_collaboration.go Move some files into models' sub packages (#20262) 2 years ago
repo_collaboration_test.go Move some files into models' sub packages (#20262) 2 years ago
repo_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 2 years ago
repo_transfer.go Move some files into models' sub packages (#20262) 2 years ago
repo_transfer_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2 years ago
user.go Move some files into models' sub packages (#20262) 2 years ago