summaryrefslogtreecommitdiff
path: root/internal/db/bundb/migrations/20250106114512_replace_statuses_updatedat_with_editedat
AgeCommit message (Collapse)AuthorFiles
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim2
* update statuses table to replace updated_at column with edited_at * code comment * better code comments, fix setting of status + edit + mention + poll database times * fix log to logf call * fix status.EditIDs not being carried over in dereferencer.encrichStatus() * move status.EditID setting into handleStatusEdit()