Finish moving from SQL to New Funny ORM
This commit is contained in:
7
db/orm-utils.d.ts
vendored
7
db/orm-utils.d.ts
vendored
@@ -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: {
|
||||
|
Reference in New Issue
Block a user