Skip to content

Commit

Permalink
wip comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ryo committed Apr 12, 2024
1 parent d743320 commit 702b0ac
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 @@ -22,6 +22,7 @@ export class NewCountryTable1712732757287 implements MigrationInterface {

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

0 comments on commit 702b0ac

Please sign in to comment.