enhance: playのscriptの文字数制限を緩和

This commit is contained in:
syuilo
2023-01-19 09:06:11 +09:00
parent 85f3df4c0e
commit afc0be6790
3 changed files with 13 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ export class Flash {
public user: User | null;
@Column('varchar', {
length: 16384,
length: 32768,
})
public script: string;