[Fix] Column "groups" contains null-values (#622)
This commit is contained in:
parent
f3869cb4f6
commit
896d3672f4
@ -41,6 +41,6 @@ export class Emoji extends BaseClass {
|
|||||||
@Column({ type: "simple-array" })
|
@Column({ type: "simple-array" })
|
||||||
roles: string[]; // roles this emoji is whitelisted to (new discord feature?)
|
roles: string[]; // roles this emoji is whitelisted to (new discord feature?)
|
||||||
|
|
||||||
@Column({ type: "simple-array" })
|
@Column({ type: "simple-array", nullable: true })
|
||||||
groups: string[]; // user groups this emoji is whitelisted to (Fosscord extension)
|
groups: string[]; // user groups this emoji is whitelisted to (Fosscord extension)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user