diff options
Diffstat (limited to 'packages/backend/src/models/Flash.ts')
| -rw-r--r-- | packages/backend/src/models/Flash.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/backend/src/models/Flash.ts b/packages/backend/src/models/Flash.ts index 185063029d..ac880843b0 100644 --- a/packages/backend/src/models/Flash.ts +++ b/packages/backend/src/models/Flash.ts @@ -14,12 +14,6 @@ export class MiFlash { @Index() @Column('timestamp with time zone', { - comment: 'The created date of the Flash.', - }) - public createdAt: Date; - - @Index() - @Column('timestamp with time zone', { comment: 'The updated date of the Flash.', }) public updatedAt: Date; |