Finish moving from SQL to New Funny ORM

This commit is contained in:
Cadence Ember 2023-09-18 22:51:59 +12:00
parent 4e1e590c3a
commit 79bd0254f0
19 changed files with 87 additions and 87 deletions

7
db/orm-utils.d.ts vendored
View file

@ -27,6 +27,11 @@ export type Models = {
space_id: string
}
lottie: {
id: string
mxc: string
}
member_cache: {
room_id: string
mxid: string
@ -49,7 +54,7 @@ export type Models = {
sim_member: {
mxid: string
room_id: string
profile_event_content_hash: string
profile_event_content_hash: any
}
webhook: {