非正規化カラムを削除

非正規化するほどの情報じゃない
This commit is contained in:
syuilo
2019-04-12 00:42:39 +09:00
parent ab8c6515b8
commit 11c30eccb3
4 changed files with 12 additions and 11 deletions

View File

@ -195,12 +195,6 @@ export class Note {
})
public userHost: string | null;
@Column('varchar', {
length: 128, nullable: true,
comment: '[Denormalized]'
})
public userInbox: string | null;
@Column({
...id(),
nullable: true,