mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-03-20 15:14:54 +09:00
DB, Web: Allow origin repo for Cloths, mention in getClothR JSON
This commit is contained in:
parent
9deba96cf2
commit
9906231d04
7 changed files with 161 additions and 23 deletions
th
20
th/models
20
th/models
|
@ -447,6 +447,26 @@ TicketLoom
|
|||
|
||||
UniqueTicketLoom ticket
|
||||
|
||||
MergeOriginLocal
|
||||
ticket TicketLoomId
|
||||
repo RepoId
|
||||
branch Text Maybe
|
||||
|
||||
UniqueMergeOriginLocal ticket
|
||||
|
||||
MergeOriginRemote
|
||||
ticket TicketLoomId
|
||||
repo RemoteActorId
|
||||
|
||||
UniqueMergeOriginRemote ticket
|
||||
|
||||
MergeOriginRemoteBranch
|
||||
merge MergeOriginRemoteId
|
||||
ident LocalURI Maybe
|
||||
name Text
|
||||
|
||||
UniqueMergeOriginRemoteBranch merge
|
||||
|
||||
TicketAuthorLocal
|
||||
ticket TicketId
|
||||
author PersonId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue