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/migrations
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
..
fixtures WebAuthn CredentialID field needs to be increased in size (#20530) 2 years ago
migrations.go Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896) 2 years ago
migrations_test.go Kd/ci playwright go test (#20123) 2 years ago
testlogger_test.go Kd/ci playwright go test (#20123) 2 years ago
v70.go chore(models): rewrite code format. (#14754) 3 years ago
v71.go Use base32 for 2FA scratch token (#18384) 2 years ago
v72.go
v73.go
v74.go
v75.go
v76.go chore(models): rewrite code format. (#14754) 3 years ago
v77.go
v78.go
v79.go chore(models): rewrite code format. (#14754) 3 years ago
v80.go
v81.go
v82.go Make git.OpenRepository accept Context (#19260) 2 years ago
v83.go
v84.go
v85.go Use base32 for 2FA scratch token (#18384) 2 years ago
v86.go
v87.go
v88.go chore(models): rewrite code format. (#14754) 3 years ago
v89.go
v90.go
v91.go
v92.go chore(models): rewrite code format. (#14754) 3 years ago
v93.go
v94.go
v95.go
v96.go chore(models): rewrite code format. (#14754) 3 years ago
v97.go
v98.go
v99.go
v100.go chore(models): rewrite code format. (#14754) 3 years ago
v101.go
v102.go
v103.go
v104.go chore(models): rewrite code format. (#14754) 3 years ago
v105.go chore(models): rewrite code format. (#14754) 3 years ago
v106.go
v107.go chore(models): rewrite code format. (#14754) 3 years ago
v108.go
v109.go
v110.go
v111.go Move issues related files into models/issues (#19931) 2 years ago
v112.go
v113.go
v114.go chore(models): rewrite code format. (#14754) 3 years ago
v115.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
v116.go chore(models): rewrite code format. (#14754) 3 years ago
v117.go
v118.go
v119.go
v120.go
v121.go
v122.go chore(models): rewrite code format. (#14754) 3 years ago
v123.go
v124.go chore(models): rewrite code format. (#14754) 3 years ago
v125.go
v126.go
v127.go
v128.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 2 years ago
v129.go chore(models): rewrite code format. (#14754) 3 years ago
v130.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
v131.go
v132.go
v133.go
v134.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 2 years ago
v135.go
v136.go Propagate context and ensure git commands run in request context (#17868) 2 years ago
v137.go
v138.go
v139.go
v140.go
v141.go
v142.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
v143.go Add more linters to improve code readability (#19989) 2 years ago
v144.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
v145.go
v146.go chore(models): rewrite code format. (#14754) 3 years ago
v147.go Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
v148.go
v149.go
v150.go
v151.go Fix order by parameter (#19849) 2 years ago
v152.go
v153.go
v154.go Use neutral language in comments and docs (#20135) 2 years ago
v155.go
v156.go Make git.OpenRepository accept Context (#19260) 2 years ago
v157.go chore(models): rewrite code format. (#14754) 3 years ago
v158.go chore(models): rewrite code format. (#14754) 3 years ago
v159.go
v160.go
v161.go Fix database keyword quote problem on migration v161 (#17522) 3 years ago
v162.go Add support for corporate WeChat webhooks (#15910) 3 years ago
v163.go
v164.go
v165.go Fix order by parameter (#19849) 2 years ago
v166.go Remove unused commit (#14741) 3 years ago
v167.go
v168.go
v169.go
v170.go
v171.go
v172.go v172 migration adds created_unix field instead of expiry (#15458) 3 years ago
v173.go
v174.go Delete Labels & IssueLabels on Repo Delete too (#15039) 3 years ago
v175.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
v176.go Create Proper Migration Tests (#15116) 3 years ago
v176_test.go format with gofumpt (#18184) 2 years ago
v177.go Create Proper Migration Tests (#15116) 3 years ago
v177_test.go format with gofumpt (#18184) 2 years ago
v178.go Add LFS Migration and Mirror (#14726) 3 years ago
v179.go Fix order by parameter (#19849) 2 years ago
v180.go Add more linters to improve code readability (#19989) 2 years ago
v181.go Rework repository archive (#14723) 3 years ago
v181_test.go format with gofumpt (#18184) 2 years ago
v182.go Add primary_key to issue_index (#16813) 3 years ago
v182_test.go format with gofumpt (#18184) 2 years ago
v183.go Add push to remote mirror repository (#15157) 3 years ago
v184.go Check if column exist before rename if exist, just return with no error (#17870) 3 years ago
v185.go Rework repository archive (#14723) 3 years ago
v186.go Add tag protection (#15629) 3 years ago
v187.go Refactor Webhook + Add X-Hub-Signature (#16176) 3 years ago
v188.go Add option to provide signature for a token to verify key ownership (#14054) 3 years ago
v189.go Add more linters to improve code readability (#19989) 2 years ago
v189_test.go format with gofumpt (#18184) 2 years ago
v190.go Add agit flow support in gitea (#14295) 3 years ago
v191.go format with gofumpt (#18184) 2 years ago
v192.go Add primary_key to issue_index (#16813) 3 years ago
v193.go Add repo_id for attachment (#16958) 3 years ago
v193_test.go Add repo_id for attachment (#16958) 3 years ago
v194.go Support unprotected file patterns (#16395) 3 years ago
v195.go Fix commit status index problem (#17061) 3 years ago
v195_test.go format with gofumpt (#18184) 2 years ago
v196.go Kanban colored boards (#16647) 3 years ago
v197.go Add a simple way to rename branch like gh (#15870) 3 years ago
v198.go Save and view issue/comment content history (#16909) 3 years ago
v199.go Refix indices on actions table (#20158) 2 years ago
v200.go Sync gitea app path for git hooks and authorized keys when starting (#17335) 3 years ago
v201.go Refactor update checker to use AppState (#17387) 3 years ago
v202.go Add support for ssh commit signing (#17743) 3 years ago
v203.go Support sorting for project board issuses (#17152) 3 years ago
v204.go Migration 204 use Sync2 (#18044) 3 years ago
v205.go Fix order by parameter (#19849) 2 years ago
v206.go Team permission allow different unit has different permission (#17811) 3 years ago
v207.go Attempt to fix the webauthn migration again - part 3 (#18770) 2 years ago
v208.go Attempt to fix the webauthn migration again - part 3 (#18770) 2 years ago
v209.go Attempt to fix the webauthn migration again - part 3 (#18770) 2 years ago
v210.go Update the webauthn_credential_id_sequence in Postgres (#19048) 2 years ago
v210_test.go Lock gofumpt to v0.3.0 and run it (#18866) 2 years ago
v211.go Store the foreign ID of issues during migration (#18446) 2 years ago
v212.go Add Package Registry (#16510) 2 years ago
v213.go Add "Allow edits from maintainer" feature (#18002) 2 years ago
v214.go Auto merge pull requests when all checks succeeded via API (#9307) 2 years ago
v215.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) 2 years ago
v216.go Refix indices on actions table (#20158) 2 years ago
v217.go Alter hook_task TEXT fields to LONGTEXT (#20038) 2 years ago
v218.go Add another index for Action table on postgres (#21033) 2 years ago
v219.go Fix commit status icon when in subdirectory (#20285) 2 years ago
v220.go Fix v220 migration to be compatible for MSSQL 2008 r2 (#20702) 2 years ago
v221.go WebAuthn CredentialID field needs to be increased in size (#20530) 2 years ago
v221_test.go WebAuthn CredentialID field needs to be increased in size (#20530) 2 years ago
v222.go WebAuthn CredentialID field needs to be increased in size (#20530) 2 years ago
v223.go WebAuthn CredentialID field needs to be increased in size (#20530) 2 years ago
v224.go Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896) 2 years ago
v225.go Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896) 2 years ago