diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-11 10:58:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-11 10:58:34 +0900 |
| commit | 161db7636adda2ed6c16f2a761f9e6d6303bb732 (patch) | |
| tree | c37f2d6fcd3a219f49d39fabfc491a48aca6aee0 /src | |
| parent | 11.12.0 (diff) | |
| download | sharkey-161db7636adda2ed6c16f2a761f9e6d6303bb732.tar.gz sharkey-161db7636adda2ed6c16f2a761f9e6d6303bb732.tar.bz2 sharkey-161db7636adda2ed6c16f2a761f9e6d6303bb732.zip | |
Update log.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/models/entities/log.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/entities/log.ts b/src/models/entities/log.ts index 99e1e8947e..182a9fbed8 100644 --- a/src/models/entities/log.ts +++ b/src/models/entities/log.ts @@ -35,7 +35,7 @@ export class Log { public machine: string; @Column('varchar', { - length: 1024 + length: 2048 }) public message: string; |