mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 14:03:15 -06:00
update statuses table to replace updated_at column with edited_at
This commit is contained in:
parent
e9bb7ddd3a
commit
5afc9ebeb3
23 changed files with 406 additions and 117 deletions
2
internal/cache/size.go
vendored
2
internal/cache/size.go
vendored
|
|
@ -657,7 +657,7 @@ func sizeofStatus() uintptr {
|
|||
MentionIDs: []string{},
|
||||
EmojiIDs: []string{exampleID, exampleID, exampleID},
|
||||
CreatedAt: exampleTime,
|
||||
UpdatedAt: exampleTime,
|
||||
EditedAt: exampleTime,
|
||||
FetchedAt: exampleTime,
|
||||
Local: func() *bool { ok := false; return &ok }(),
|
||||
AccountURI: exampleURI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue