Update log.ts

This commit is contained in:
syuilo 2019-05-11 10:58:34 +09:00
parent b0344d52e9
commit 161db7636a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -35,7 +35,7 @@ export class Log {
public machine: string;
@Column('varchar', {
length: 1024
length: 2048
})
public message: string;