summaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-12 01:01:25 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-12 01:01:25 +0900
commitd7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78 (patch)
treeb269bb00787ef42e1d9bb627a84f23454f729f1a /src/models
parent非正規化カラムを削除 (diff)
downloadsharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.tar.gz
sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.tar.bz2
sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.zip
Clean up
Diffstat (limited to 'src/models')
-rw-r--r--src/models/entities/note.ts7
1 files changed, 0 insertions, 7 deletions
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
@@ -16,13 +16,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(),
nullable: true,