mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 21:57:58 +01:00
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