gitea源码

label.yml 303B

1234567891011121314151617181920212223242526
  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