Skip to content

Commit

Permalink
modify first migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaOlas committed Sep 17, 2024
1 parent 760d382 commit 1085609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { MigrationInterface, QueryRunner } from 'typeorm';

export class AlterGameResponseTable1710427662589 implements MigrationInterface {
export class AlterGameResponseTable1724946964958 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.query(`ALTER TABLE game_response DROP FOREIGN KEY FK_3a0c737a217bbd6bbd268203fb8`);
await queryRunner.query(`ALTER TABLE game_response DROP COLUMN gameId`);
Expand Down

0 comments on commit 1085609

Please sign in to comment.