mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Increase reaction column length
This commit is contained in:
parent
07012694f2
commit
2afaa1105c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export class NoteReaction {
|
|||
public note: Note | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 32
|
||||
length: 128
|
||||
})
|
||||
public reaction: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue