code.gitea.io/gitea@v1.21.7/models/migrations/fixtures/Test_RemoveInvalidLabels/label.yml (about) 1 # type Label struct { 2 # ID int64 `xorm:"pk autoincr"` 3 # RepoID int64 `xorm:"INDEX"` 4 # OrgID int64 `xorm:"INDEX"` 5 # } 6 - 7 id: 1 8 repo_id: 1 9 org_id: 0 10 - 11 id: 2 12 repo_id: 0 13 org_id: 1 14 - 15 id: 3 16 repo_id: 2 17 org_id: 0 18 - 19 id: 4 20 repo_id: 1 21 org_id: 0 22 - 23 id: 5 24 repo_id: 3 25 org_id: 0