summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/UserList.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/backend/src/models/UserList.ts')
-rw-r--r--packages/backend/src/models/UserList.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/backend/src/models/UserList.ts b/packages/backend/src/models/UserList.ts
index 9af85af97e..7ad15419d7 100644
--- a/packages/backend/src/models/UserList.ts
+++ b/packages/backend/src/models/UserList.ts
@@ -12,11 +12,6 @@ export class MiUserList {
@PrimaryColumn(id())
public id: string;
- @Column('timestamp with time zone', {
- comment: 'The created date of the UserList.',
- })
- public createdAt: Date;
-
@Index()
@Column({
...id(),