From d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 12 Apr 2019 01:01:25 +0900 Subject: Clean up --- src/models/entities/note.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/models/entities/note.ts') diff --git a/src/models/entities/note.ts b/src/models/entities/note.ts index 253d157b8c..176fc626b3 100644 --- a/src/models/entities/note.ts +++ b/src/models/entities/note.ts @@ -15,13 +15,6 @@ export class Note { }) public createdAt: Date; - @Index() - @Column('timestamp with time zone', { - nullable: true, - comment: 'The updated date of the Note.' - }) - public updatedAt: Date | null; - @Index() @Column({ ...id(), -- cgit v1.2.3-freya