Track Button Clicker For Important Actions #39

Merged
Quaternions merged 2 commits from track into staging 2025-03-28 22:34:52 +00:00
Showing only changes of commit 17a30e8392 - Show all commits

@ -40,6 +40,10 @@ type Submission struct {
CreatedAt time.Time
UpdatedAt time.Time
Submitter int64 // UserID
// Who clicked the Accept button
AcceptedBy int64 // UserID
// Who clicked the Upload button
UploadedBy int64 // UserID
AssetID int64
AssetVersion int64
ValidatedAssetID int64