summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/LatestNote.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* synchronize database entities and code modelsHazelnoot2025-05-221-0/+2
|
* unify logic of `SkLatestNote.areEquivalent` and `SkLatestNote.keyFor`Hazelnoot2024-10-151-4/+7
|
* factor out latest_note logic into LatestNoteServiceHazelnoot2024-10-151-0/+12
|
* add filters for following feedHazel K2024-10-151-0/+13
|
* add type columns to SkLatestNoteHazel K2024-10-151-0/+18
|
* correct name of `SkLatestNote`Hazel K2024-10-151-2/+2
|
* fix more copyright headersHazel K2024-09-301-0/+5
|
* fix crash during startupHazel K2024-09-291-1/+3
|
* remove duplicate generated columns from LatestNoteHazel K2024-09-291-2/+6
|
* clean up copy constructorHazel K2024-09-291-3/+1
|
* remove extra spaceHazel K2024-09-291-1/+0
|
* add copy constructor to LatestNoteHazel K2024-09-291-0/+9
|
* add `latest_note` tableHazel K2024-09-291-0/+37