1
0
Fork 1
mirror of https://example.com synced 2024-11-23 08:36:38 +09:00

chore: remove unnecessary whitespace

This commit is contained in:
naskya 2023-10-30 19:21:02 +09:00
parent 895e4b480e
commit a49314795c
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

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)`,
);
}