diff --git a/server/migrations/1712732757287-New-Country-Table.ts b/server/migrations/1712732757287-New-Country-Table.ts index 267ae846e..44a863010 100644 --- a/server/migrations/1712732757287-New-Country-Table.ts +++ b/server/migrations/1712732757287-New-Country-Table.ts @@ -21,6 +21,7 @@ export class NewCountryTable1712732757287 implements MigrationInterface { } public async down(queryRunner: QueryRunner): Promise { + // dropping table and losing data await queryRunner.query(`DROP TABLE IF EXISTS country;`); } }