diff --git a/Providers/Resgrid.Providers.Migrations/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSources.cs b/Providers/Resgrid.Providers.Migrations/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSources.cs similarity index 81% rename from Providers/Resgrid.Providers.Migrations/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSources.cs rename to Providers/Resgrid.Providers.Migrations/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSources.cs index 8a71fa3c7..39184020e 100644 --- a/Providers/Resgrid.Providers.Migrations/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSources.cs +++ b/Providers/Resgrid.Providers.Migrations/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSources.cs @@ -2,8 +2,8 @@ namespace Resgrid.Providers.Migrations.Migrations { - [Migration(68)] - public class M0068_AddIsPermanentFailureToWeatherAlertSources : Migration + [Migration(74)] + public class M0074_AddIsPermanentFailureToWeatherAlertSources : Migration { public override void Up() { diff --git a/Providers/Resgrid.Providers.MigrationsPg/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSourcesPg.cs b/Providers/Resgrid.Providers.MigrationsPg/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSourcesPg.cs similarity index 82% rename from Providers/Resgrid.Providers.MigrationsPg/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSourcesPg.cs rename to Providers/Resgrid.Providers.MigrationsPg/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSourcesPg.cs index 679948ecf..9ae4bf745 100644 --- a/Providers/Resgrid.Providers.MigrationsPg/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSourcesPg.cs +++ b/Providers/Resgrid.Providers.MigrationsPg/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSourcesPg.cs @@ -2,8 +2,8 @@ namespace Resgrid.Providers.MigrationsPg.Migrations { - [Migration(68)] - public class M0068_AddIsPermanentFailureToWeatherAlertSourcesPg : Migration + [Migration(74)] + public class M0074_AddIsPermanentFailureToWeatherAlertSourcesPg : Migration { public override void Up() {