feat: update model
This commit is contained in:
@@ -16,7 +16,7 @@ type MediaResources struct {
|
||||
ID int64 `sql:"primary_key" json:"id"`
|
||||
MediaID int64 `json:"media_id"`
|
||||
Type pg.MediaType `json:"type"`
|
||||
Source *string `json:"source"`
|
||||
Source string `json:"source"`
|
||||
Size int64 `json:"size"`
|
||||
Publish bool `json:"publish"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
|
||||
Reference in New Issue
Block a user