diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-09-23 18:50:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 18:50:06 +0800 |
commit | d9c69596fff1a1482cbc15ac220f9d5e1829a5ea (patch) | |
tree | 1e39fa59ad38cdd9a0a9c3a1f3e4bc331bed405e /models/fixtures | |
parent | d9e237e3f268d786af028ba8e7cc24f70a6d6a36 (diff) | |
download | gitea-d9c69596fff1a1482cbc15ac220f9d5e1829a5ea.tar.gz gitea-d9c69596fff1a1482cbc15ac220f9d5e1829a5ea.zip |
Fix commit status index problem (#17061)
* Fix commit status index problem
* remove unused functions
* Add fixture and test for migration
* Fix lint
* Fix fixture
* Fix lint
* Fix test
* Fix bug
* Fix bug
Diffstat (limited to 'models/fixtures')
-rw-r--r-- | models/fixtures/commit_status_index.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/models/fixtures/commit_status_index.yml b/models/fixtures/commit_status_index.yml new file mode 100644 index 0000000000..3f252e87ef --- /dev/null +++ b/models/fixtures/commit_status_index.yml @@ -0,0 +1,5 @@ +- + id: 1 + repo_id: 1 + sha: "1234123412341234123412341234123412341234" + max_index: 5
\ No newline at end of file |