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