This commit is contained in:
fly_mc 2024-09-15 11:46:24 +08:00
parent 2f7d818c54
commit 107af8af79
2 changed files with 2 additions and 18 deletions

View file

@ -1,16 +0,0 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export class RevertNoteEdit1696388600237 {
name = 'RevertNoteEdit1696388600237'
async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "note" DROP COLUMN "updatedAt"`);
}
async down(queryRunner) {
await queryRunner.query(`ALTER TABLE "note" ADD "updatedAt" TIMESTAMP WITH TIME ZONE`);
}
}

View file

@ -1,5 +1,5 @@
export class EditNoteNya1706162844037 {
name = 'EditNoteNya1706162844037'
export class EditNote1706162844037 {
name = 'EditNote1706162844037'
async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "note" ADD "updatedAt" TIMESTAMP WITH TIME ZONE`);