diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-12 01:01:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-12 01:01:25 +0900 |
| commit | d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78 (patch) | |
| tree | b269bb00787ef42e1d9bb627a84f23454f729f1a /src/models | |
| parent | 非正規化カラムを削除 (diff) | |
| download | sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.tar.gz sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.tar.bz2 sharkey-d7df75ae6cdfd7743faf33e3bb4a64c8d6df3b78.zip | |
Clean up
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/entities/note.ts | 7 |
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, |