diff --git a/src/migrations/migration.data.ts b/src/migrations/migration.data.ts index d6746523ad6b72a5d9122a852e370cac8405ba32..a2c26e915553f2d5f70a7bd56a5204d4c368af2c 100644 --- a/src/migrations/migration.data.ts +++ b/src/migrations/migration.data.ts @@ -423,8 +423,8 @@ export const migrations: Migration[] = [ }, }, { - baseSchemaVersion: 15, - targetSchemaVersion: 16, + baseSchemaVersion: 14, + targetSchemaVersion: 15, appVersion: '1.6.1', description: 'Remove wrong price for Enedis year', releaseNotes: null, @@ -444,8 +444,8 @@ export const migrations: Migration[] = [ }, }, { - baseSchemaVersion: 17, - targetSchemaVersion: 18, + baseSchemaVersion: 15, + targetSchemaVersion: 16, appVersion: '1.6.1', description: 'Remove wrong price for GRDF month', releaseNotes: null, @@ -465,8 +465,8 @@ export const migrations: Migration[] = [ }, }, { - baseSchemaVersion: 18, - targetSchemaVersion: 19, + baseSchemaVersion: 16, + targetSchemaVersion: 17, appVersion: '1.6.1', description: 'Remove wrong price for GRDF year', releaseNotes: null,