forked from cadence/out-of-your-element
Alter SQL column names to be distinct
This commit is contained in:
parent
a49b46381c
commit
28abdac5b6
14 changed files with 40 additions and 25 deletions
6
db/orm-utils.d.ts
vendored
6
db/orm-utils.d.ts
vendored
|
@ -28,8 +28,8 @@ export type Models = {
|
|||
}
|
||||
|
||||
lottie: {
|
||||
id: string
|
||||
mxc: string
|
||||
sticker_id: string
|
||||
mxc_url: string
|
||||
}
|
||||
|
||||
member_cache: {
|
||||
|
@ -45,7 +45,7 @@ export type Models = {
|
|||
}
|
||||
|
||||
sim: {
|
||||
discord_id: string
|
||||
user_id: string
|
||||
sim_name: string
|
||||
localpart: string
|
||||
mxid: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue