Update log.ts

This commit is contained in:
syuilo 2019-05-11 10:58:34 +09:00
parent 97c5ffb277
commit 5c8bad5f79

View File

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