summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/Muting.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/backend/src/models/Muting.ts')
-rw-r--r--packages/backend/src/models/Muting.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/backend/src/models/Muting.ts b/packages/backend/src/models/Muting.ts
index 2f06ca8e5e..a528e1e7d7 100644
--- a/packages/backend/src/models/Muting.ts
+++ b/packages/backend/src/models/Muting.ts
@@ -15,12 +15,6 @@ export class MiMuting {
@Index()
@Column('timestamp with time zone', {
- comment: 'The created date of the Muting.',
- })
- public createdAt: Date;
-
- @Index()
- @Column('timestamp with time zone', {
nullable: true,
})
public expiresAt: Date | null;