increase character limits and share between text and CW

This commit is contained in:
Hazel K 2024-10-03 19:53:57 -04:00
parent ac1e5a0fb5
commit 063b2ff266
7 changed files with 28 additions and 8 deletions

View file

@ -66,8 +66,8 @@ export class MiNote {
})
public name: string | null;
@Column('varchar', {
length: 512, nullable: true,
@Column('text', {
nullable: true,
})
public cw: string | null;