From 266e9c473921cf5f29bf84ddc6379d42ed4876a7 Mon Sep 17 00:00:00 2001 From: Erkin Alp Güney Date: Thu, 21 Apr 2022 18:51:40 +0300 Subject: Update UserGroup.ts --- util/src/entities/UserGroup.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'util') diff --git a/util/src/entities/UserGroup.ts b/util/src/entities/UserGroup.ts index b32c2d6d..709b9d0b 100644 --- a/util/src/entities/UserGroup.ts +++ b/util/src/entities/UserGroup.ts @@ -27,13 +27,6 @@ export class UserGroup extends BaseClass { @Column({ nullable: true }) icon: string; - - @Column({ type: "simple-json", nullable: true }) - tags?: { - bot_id?: string; - integration_id?: string; - premium_subscriber?: boolean; - }; @Column({ nullable: true }) parent?: string; -- cgit 1.4.1