mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 08:33:17 -06:00
remove media_attachments.updated_at column
This commit is contained in:
parent
d1db703e5b
commit
736d45db7f
11 changed files with 134 additions and 90 deletions
1
internal/cache/size.go
vendored
1
internal/cache/size.go
vendored
|
|
@ -505,7 +505,6 @@ func sizeofMedia() uintptr {
|
|||
URL: exampleURI,
|
||||
RemoteURL: exampleURI,
|
||||
CreatedAt: exampleTime,
|
||||
UpdatedAt: exampleTime,
|
||||
Type: gtsmodel.FileTypeImage,
|
||||
AccountID: exampleID,
|
||||
Description: exampleText,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue