d->m: Make PK members appear real

This commit is contained in:
Cadence Ember 2024-01-21 00:54:18 +13:00
parent 988cb9408d
commit 11864f80cf
9 changed files with 215 additions and 23 deletions

1
db/orm-defs.d.ts vendored
View file

@ -8,6 +8,7 @@ export type Models = {
custom_avatar: string | null
last_bridged_pin_timestamp: number | null
speedbump_id: string | null
speedbump_webhook_id: string | null
speedbump_checked: number | null
}