submissions: add AcceptedBy, UploadedBy fields to model
This commit is contained in:
parent
a7784bdaf5
commit
4c17a3c9e9
@ -40,6 +40,10 @@ type Submission struct {
|
|||||||
CreatedAt time.Time
|
CreatedAt time.Time
|
||||||
UpdatedAt time.Time
|
UpdatedAt time.Time
|
||||||
Submitter int64 // UserID
|
Submitter int64 // UserID
|
||||||
|
// Who clicked the Accept button
|
||||||
|
AcceptedBy int64 // UserID
|
||||||
|
// Who clicked the Upload button
|
||||||
|
UploadedBy int64 // UserID
|
||||||
AssetID int64
|
AssetID int64
|
||||||
AssetVersion int64
|
AssetVersion int64
|
||||||
ValidatedAssetID int64
|
ValidatedAssetID int64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user