update statuses table to replace updated_at column with edited_at

This commit is contained in:
kim 2025-01-06 14:54:45 +00:00
commit 5afc9ebeb3
23 changed files with 406 additions and 117 deletions

View file

@ -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,