Increase reaction column length

This commit is contained in:
syuilo 2019-04-24 03:39:11 +09:00
parent 6444ef6444
commit 8a55bdd89d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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