mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 16:26:44 -06:00
マイグレーションファイルの変更ミス (#10029)
This commit is contained in:
parent
f7c6ea93d7
commit
5dd24e44d1
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ export class ad1676438468213 {
|
|||
await queryRunner.query(`ALTER TABLE "ad" ADD "startsAt" TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now()`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "role" DROP COLUMN "startsAt"`);
|
||||
await queryRunner.query(`ALTER TABLE "ad" DROP COLUMN "startsAt"`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue