mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 13:23:09 +02:00
Increase reaction column length
This commit is contained in:
parent
6444ef6444
commit
8a55bdd89d
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…
Reference in a new issue