mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Increase reaction column length
This commit is contained in:
parent
07012694f2
commit
2afaa1105c
@ -36,7 +36,7 @@ export class NoteReaction {
|
||||
public note: Note | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 32
|
||||
length: 128
|
||||
})
|
||||
public reaction: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user