mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Update note.ts
This commit is contained in:
parent
1ae0e13e5e
commit
18f61492ed
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue