非正規化カラムを削除
非正規化するほどの情報じゃない
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user