tweak postgresql entities

Fix #10266
This commit is contained in:
syuilo
2023-03-10 14:53:56 +09:00
parent 258bd3c905
commit 99f3f0917f
10 changed files with 137 additions and 82 deletions

View File

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