note_reaction.reaction は 130文字に (#6105)

This commit is contained in:
MeiMei
2020-03-06 23:09:06 +09:00
committed by GitHub
parent 3ca3712bae
commit 4c26e3c54d
2 changed files with 15 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export class NoteReaction {
public note: Note | null;
@Column('varchar', {
length: 128
length: 130
})
public reaction: string;
}