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.
gitea/models/migrations
Lunny Xiao fc34481d05
Add commit status summary table to reduce query from commit status table (#30223)
This PR adds a new table named commit status summary to reduce queries
from the commit status table. After this change, commit status summary
table will be used for the final result, commit status table will be for
details.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
10 months ago
..
base Fix bug hidden on CI and make ci failed if tests failure (#29254) 11 months ago
fixtures Add unique index for project_issue to prevent duplicate data (#30190) 10 months ago
v1_6 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_7 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_8 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_9 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_10 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_11 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_12 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_13 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_14 Use `crypto/sha256` (#29386) 12 months ago
v1_15 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_16 Fix bug hidden on CI and make ci failed if tests failure (#29254) 11 months ago
v1_17 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_18 Refactor system setting (#27000) 1 year ago
v1_19 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_20 Rename `Sync2` -> `Sync` (#26479) 2 years ago
v1_21 handle repository.size column being NULL in migration v263 (#28336) 1 year ago
v1_22 Fix migration v292 (#30153) 11 months ago
v1_23 Add commit status summary table to reduce query from commit status table (#30223) 10 months ago
migrations.go Add commit status summary table to reduce query from commit status table (#30223) 10 months ago