Implemented developer database downloads
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
|
||||
// DraftIndex has references to unpublished drafts a user created.
|
||||
type DraftIndex struct {
|
||||
UserID string `json:"userId"`
|
||||
UserID string `json:"userId" primary:"true"`
|
||||
GroupID string `json:"groupId"`
|
||||
SoundTrackID string `json:"soundTrackId"`
|
||||
CompanyID string `json:"companyId"`
|
||||
|
Reference in New Issue
Block a user