Update note.ts

This commit is contained in:
syuilo 2019-05-14 12:04:40 +09:00 committed by GitHub
parent 5d42ee2359
commit 92dee53dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,8 @@ export class Note {
@JoinColumn()
public renote: Note | null;
@Column({
type: 'text', nullable: true
@Column('varchar', {
length: 8192, nullable: true
})
public text: string | null;