Revert "add: コメントを追加"

This reverts commit 7ee301c3ee.
This commit is contained in:
yukineko 2023-11-03 14:27:27 +09:00
parent f6ce95a146
commit 8f77b67975
No known key found for this signature in database
GPG Key ID: E5BACB72109B7B90
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
export class AddComment1698931321665 {
name = 'AddComment1698931321665'
async up(queryRunner) {
await queryRunner.query(`COMMENT ON COLUMN "meta"."emailVerificationExpiresIn" IS 'The expiration time of email verification (unit: minute)'`);
}
async down(queryRunner) {
await queryRunner.query(`COMMENT ON COLUMN "meta"."emailVerificationExpiresIn" IS NULL`);
}
}