Skip to content
Snippets Groups Projects
Unverified Commit 92dee53d authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update note.ts

parent 5d42ee23
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment