From 702b0ac9ae181e55dac0f6b2d0b516bcbe22db22 Mon Sep 17 00:00:00 2001 From: Neo Ryo Date: Fri, 12 Apr 2024 11:27:37 +0200 Subject: [PATCH] wip comment test --- server/migrations/1712732757287-New-Country-Table.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/migrations/1712732757287-New-Country-Table.ts b/server/migrations/1712732757287-New-Country-Table.ts index 44a863010..2de206ddf 100644 --- a/server/migrations/1712732757287-New-Country-Table.ts +++ b/server/migrations/1712732757287-New-Country-Table.ts @@ -22,6 +22,7 @@ export class NewCountryTable1712732757287 implements MigrationInterface { public async down(queryRunner: QueryRunner): Promise { // dropping table and losing data + // another stupid comment await queryRunner.query(`DROP TABLE IF EXISTS country;`); } }