enhance: playのscriptの文字数制限を緩和
This commit is contained in:
parent
85f3df4c0e
commit
afc0be6790
3 changed files with 13 additions and 1 deletions
|
@ -44,7 +44,7 @@ export class Flash {
|
|||
public user: User | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 16384,
|
||||
length: 32768,
|
||||
})
|
||||
public script: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue