forked from cadence/out-of-your-element
Finish moving from SQL to New Funny ORM
This commit is contained in:
parent
4e1e590c3a
commit
79bd0254f0
19 changed files with 87 additions and 87 deletions
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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue