Update note.ts
This commit is contained in:
parent
5d42ee2359
commit
92dee53dd6
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ export class Note {
|
||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
public renote: Note | null;
|
public renote: Note | null;
|
||||||
|
|
||||||
@Column({
|
@Column('varchar', {
|
||||||
type: 'text', nullable: true
|
length: 8192, nullable: true
|
||||||
})
|
})
|
||||||
public text: string | null;
|
public text: string | null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue