1
0
Fork 1
mirror of https://example.com synced 2024-11-22 11:26:38 +09:00

chore: remove unnecessary whitespace

This commit is contained in:
naskya 2023-10-30 19:21:02 +09:00
parent bf4fa84421
commit 65817a540f
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -9,7 +9,7 @@ export class Pgroonga1698420787202 {
`CREATE INDEX "IDX_065d4d8f3b5adb4a08841eae3c" ON "user" USING "pgroonga" ("name" pgroonga_varchar_full_text_search_ops_v2)`,
);
await queryRunner.query(
`CREATE INDEX "IDX_fcb770976ff8240af5799e3ffc" ON "user_profile" USING "pgroonga" ("description" pgroonga_varchar_full_text_search_ops_v2) `,
`CREATE INDEX "IDX_fcb770976ff8240af5799e3ffc" ON "user_profile" USING "pgroonga" ("description" pgroonga_varchar_full_text_search_ops_v2)`,
);
}