mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Update note.ts
This commit is contained in:
parent
1ae0e13e5e
commit
18f61492ed
@ -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 New Issue
Block a user