diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-09 12:25:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-09 12:25:19 +0900 |
| commit | c07eaef2d150555f2865de21d259c336d2c25443 (patch) | |
| tree | e52602236956401012505dd6adc6e85b1d391f1e /src/models | |
| parent | Update migrate.ts (diff) | |
| download | sharkey-c07eaef2d150555f2865de21d259c336d2c25443.tar.gz sharkey-c07eaef2d150555f2865de21d259c336d2c25443.tar.bz2 sharkey-c07eaef2d150555f2865de21d259c336d2c25443.zip | |
Update note.ts
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/entities/note.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/entities/note.ts b/src/models/entities/note.ts index 0bcb9b4a44..4c481964b6 100644 --- a/src/models/entities/note.ts +++ b/src/models/entities/note.ts @@ -183,7 +183,7 @@ export class Note { public hasPoll: boolean; @Column('jsonb', { - nullable: true, default: {} + nullable: true, default: null }) public geo: any | null; |