change migration
Some checks failed
Check SPDX-License-Identifier / check-spdx-license-id (push) Failing after 12s
Check copyright year / check_copyright_year (push) Failing after 12s
Dockle / dockle (push) Failing after 11s
Lint / lint (frontend-embed) (push) Has been skipped
Lint / lint (frontend-shared) (push) Has been skipped
Lint / lint (misskey-bubble-game) (push) Has been skipped
Lint / lint (misskey-js) (push) Has been skipped
Lint / lint (misskey-reversi) (push) Has been skipped
Lint / lint (sw) (push) Has been skipped
Lint / typecheck (backend) (push) Has been skipped
Test (federation) / test (20.16.0) (push) Failing after 16s
Lint / pnpm_install (push) Failing after 12s
Lint / lint (backend) (push) Has been skipped
Lint / lint (frontend) (push) Has been skipped
Lint / typecheck (misskey-js) (push) Has been skipped
Lint / typecheck (sw) (push) Has been skipped
Storybook / build (push) Has been skipped
Test (backend) / unit (20.16.0) (push) Failing after 13s
Test (backend) / e2e (20.16.0) (push) Failing after 12s
Test (frontend) / vitest (20.16.0) (push) Failing after 12s
Test (frontend) / e2e (chrome, 20.16.0) (push) Failing after 12s
Test (production install and build) / production (20.16.0) (push) Failing after 12s
Test (backend) / validate-api-json (20.16.0) (push) Failing after 13s
Publish Docker image (develop) / Build (linux/amd64) (push) Failing after 13m14s
Publish Docker image (develop) / merge (push) Has been cancelled
Some checks failed
Check SPDX-License-Identifier / check-spdx-license-id (push) Failing after 12s
Check copyright year / check_copyright_year (push) Failing after 12s
Dockle / dockle (push) Failing after 11s
Lint / lint (frontend-embed) (push) Has been skipped
Lint / lint (frontend-shared) (push) Has been skipped
Lint / lint (misskey-bubble-game) (push) Has been skipped
Lint / lint (misskey-js) (push) Has been skipped
Lint / lint (misskey-reversi) (push) Has been skipped
Lint / lint (sw) (push) Has been skipped
Lint / typecheck (backend) (push) Has been skipped
Test (federation) / test (20.16.0) (push) Failing after 16s
Lint / pnpm_install (push) Failing after 12s
Lint / lint (backend) (push) Has been skipped
Lint / lint (frontend) (push) Has been skipped
Lint / typecheck (misskey-js) (push) Has been skipped
Lint / typecheck (sw) (push) Has been skipped
Storybook / build (push) Has been skipped
Test (backend) / unit (20.16.0) (push) Failing after 13s
Test (backend) / e2e (20.16.0) (push) Failing after 12s
Test (frontend) / vitest (20.16.0) (push) Failing after 12s
Test (frontend) / e2e (chrome, 20.16.0) (push) Failing after 12s
Test (production install and build) / production (20.16.0) (push) Failing after 12s
Test (backend) / validate-api-json (20.16.0) (push) Failing after 13s
Publish Docker image (develop) / Build (linux/amd64) (push) Failing after 13m14s
Publish Docker image (develop) / merge (push) Has been cancelled
This commit is contained in:
parent
6665fd9a47
commit
5d6eb2b553
@ -1,18 +0,0 @@
|
|||||||
export class Pgroonga1727542814499 {
|
|
||||||
name = 'Pgroonga1727542814499'
|
|
||||||
|
|
||||||
async up(queryRunner) {
|
|
||||||
await queryRunner.query(`CREATE INDEX "IDX_f27f5d88941e57442be75ba9c8" ON "note" USING "pgroonga" ("text")`);
|
|
||||||
await queryRunner.query(`CREATE INDEX "IDX_7cc8d9b0ee7861b4e5dc86ad85" ON "note" USING "pgroonga" ("cw" pgroonga_varchar_full_text_search_ops_v2)`);
|
|
||||||
await queryRunner.query(`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) `);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
async down(queryRunner) {
|
|
||||||
await queryRunner.query(`DROP INDEX "public"."IDX_f27f5d88941e57442be75ba9c8"`);
|
|
||||||
await queryRunner.query(`DROP INDEX "public"."IDX_7cc8d9b0ee7861b4e5dc86ad85"`);
|
|
||||||
await queryRunner.query(`DROP INDEX "public"."IDX_065d4d8f3b5adb4a08841eae3c"`);
|
|
||||||
await queryRunner.query(`DROP INDEX "public"."IDX_fcb770976ff8240af5799e3ffc"`);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +1,3 @@
|
|||||||
/*
|
|
||||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
|
||||||
*/
|
|
||||||
|
|
||||||
export class Pgroonga1727542814599 {
|
export class Pgroonga1727542814599 {
|
||||||
name = 'Pgroonga1727542814599'
|
name = 'Pgroonga1727542814599'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user