forked from FoundKeyGang/FoundKey
Update log.ts
This commit is contained in:
parent
b0344d52e9
commit
161db7636a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export class Log {
|
|||
public machine: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024
|
||||
length: 2048
|
||||
})
|
||||
public message: string;
|
||||
|
||||
|
|
Loading…
Reference in a new issue