diff --git a/apps/edr-freight-api/src/migrations/3850000000000-ExchangeSettingsPerCurrency.ts b/apps/edr-freight-api/src/migrations/3880000000000-ExchangeSettingsPerCurrency.ts similarity index 94% rename from apps/edr-freight-api/src/migrations/3850000000000-ExchangeSettingsPerCurrency.ts rename to apps/edr-freight-api/src/migrations/3880000000000-ExchangeSettingsPerCurrency.ts index 07444c0a2..3677e6269 100644 --- a/apps/edr-freight-api/src/migrations/3850000000000-ExchangeSettingsPerCurrency.ts +++ b/apps/edr-freight-api/src/migrations/3880000000000-ExchangeSettingsPerCurrency.ts @@ -6,8 +6,8 @@ import { MigrationInterface, QueryRunner } from 'typeorm'; * currency) gets its own fallback rate, source and sync timestamp instead of * a parallel column per currency. */ -export class ExchangeSettingsPerCurrency3850000000000 implements MigrationInterface { - name = 'ExchangeSettingsPerCurrency3850000000000'; +export class ExchangeSettingsPerCurrency3880000000000 implements MigrationInterface { + name = 'ExchangeSettingsPerCurrency3880000000000'; public async up(queryRunner: QueryRunner): Promise { await queryRunner.query(`