note_reaction.reaction は 130文字に (#6105)
This commit is contained in:
@ -36,7 +36,7 @@ export class NoteReaction {
|
||||
public note: Note | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 128
|
||||
length: 130
|
||||
})
|
||||
public reaction: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user