code.gitea.io/gitea@v1.21.7/models/migrations/fixtures/Test_RemoveInvalidLabels/issue.yml (about)

     1  # type Issue struct {
     2  #   ID     int64 `xorm:"pk autoincr"`
     3  #   RepoID int64 `xorm:"INDEX UNIQUE(repo_index)"`
     4  #   Index  int64 `xorm:"UNIQUE(repo_index)"` // Index in one repository.
     5  # }
     6  -
     7    id: 1
     8    repo_id: 1
     9    index: 1
    10  -
    11    id: 2
    12    repo_id: 2
    13    index: 1
    14  -
    15    id: 3
    16    repo_id: 1
    17    index: 2
    18  -
    19    id: 4
    20    repo_id: 3
    21    index: 1