mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-16 09:55:16 +09:00
Update note.ts
This commit is contained in:
parent
5d42ee2359
commit
92dee53dd6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user