2024-01-23 12:15:23 +00:00
|
|
|
/*
|
2024-02-12 17:27:27 +00:00
|
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
2024-01-23 12:15:23 +00:00
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
|
|
|
|
|
|
|
export class UserProfileBirthdayIndex1706011243939 {
|
|
|
|
name = 'UserProfileBirthdayIndex1706011243939'
|
|
|
|
|
|
|
|
async up(queryRunner) {
|
|
|
|
await queryRunner.query(`CREATE INDEX "IDX_58699f75b9cf904f5f007909cb" ON "user_profile" ("birthday") `);
|
|
|
|
}
|
|
|
|
|
|
|
|
async down(queryRunner) {
|
|
|
|
await queryRunner.query(`DROP INDEX "public"."IDX_58699f75b9cf904f5f007909cb"`);
|
|
|
|
}
|
|
|
|
}
|