diff options
Diffstat (limited to 'packages/backend/src/models/Channel.ts')
| -rw-r--r-- | packages/backend/src/models/Channel.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/backend/src/models/Channel.ts b/packages/backend/src/models/Channel.ts index ae3886a657..f90f8c03d8 100644 --- a/packages/backend/src/models/Channel.ts +++ b/packages/backend/src/models/Channel.ts @@ -15,12 +15,6 @@ export class MiChannel { @Index() @Column('timestamp with time zone', { - comment: 'The created date of the Channel.', - }) - public createdAt: Date; - - @Index() - @Column('timestamp with time zone', { nullable: true, }) public lastNotedAt: Date | null; |