Skip to content
Snippets Groups Projects
Unverified Commit 5dd24e44 authored by nenohi's avatar nenohi Committed by GitHub
Browse files

マイグレーションファイルの変更ミス (#10029)

parent f7c6ea93
No related branches found
No related tags found
No related merge requests found
......@@ -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"`);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment