fix cw text pgroonga

This commit is contained in:
fly_mc 2024-11-11 21:46:05 +08:00
parent df51d063bb
commit edd83acaab

View file

@ -75,9 +75,9 @@ export class MiNote {
}) })
public name: string | null; public name: string | null;
@Index() // USING pgroonga pgroonga_varchar_full_text_search_ops_v2 @Index() // USING pgroonga
@Column('varchar', { @Column('text', {
length: 512, nullable: true, nullable: true,
}) })
public cw: string | null; public cw: string | null;