FoundKey/packages/backend/src/models
Johann150 7a981de883
refactor: remove note.mentionedRemoteUsers column
The column mentionedRemoteUsers on the note table in the database is
firstly in the wrong type since it contains JSON data but is typed as
text. Secondly it seems redundant, since that data can be acquired by
using the note.mentions column to fetch the respective data instead.

Co-authored-by: Francis Dinh <normandy@biribiri.dev>
2022-09-07 14:43:04 +02:00
..
entities refactor: remove note.mentionedRemoteUsers column 2022-09-07 14:43:04 +02:00
repositories fix type typo 2022-09-02 09:36:31 +02:00
schema adjust types & api for pages 2022-08-18 17:32:01 +02:00
id.ts fix lint 2021-12-09 23:58:30 +09:00
index.ts merge: remove promo notes 2022-08-18 14:26:48 +02:00