mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 04:46:43 -06:00
fix cw text pgroonga
This commit is contained in:
parent
df51d063bb
commit
edd83acaab
1 changed files with 3 additions and 3 deletions
|
@ -75,9 +75,9 @@ export class MiNote {
|
|||
})
|
||||
public name: string | null;
|
||||
|
||||
@Index() // USING pgroonga pgroonga_varchar_full_text_search_ops_v2
|
||||
@Column('varchar', {
|
||||
length: 512, nullable: true,
|
||||
@Index() // USING pgroonga
|
||||
@Column('text', {
|
||||
nullable: true,
|
||||
})
|
||||
public cw: string | null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue