Skip to content

Commit

Permalink
test on pre commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ryo committed Apr 12, 2024
1 parent b3d5117 commit d743320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/migrations/1712732757287-New-Country-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class NewCountryTable1712732757287 implements MigrationInterface {
}

public async down(queryRunner: QueryRunner): Promise<void> {
// dropping table and losing data
await queryRunner.query(`DROP TABLE IF EXISTS country;`);
}
}

0 comments on commit d743320

Please sign in to comment.