From abcfac169c65630f8cfdf027220ea50eb7716aa4 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Fri, 5 Jun 2026 18:43:52 -0500 Subject: [PATCH] RE1-T121 Migrations fix --- ...cs => M0074_AddIsPermanentFailureToWeatherAlertSources.cs} | 4 ++-- ... => M0074_AddIsPermanentFailureToWeatherAlertSourcesPg.cs} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename Providers/Resgrid.Providers.Migrations/Migrations/{M0068_AddIsPermanentFailureToWeatherAlertSources.cs => M0074_AddIsPermanentFailureToWeatherAlertSources.cs} (81%) rename Providers/Resgrid.Providers.MigrationsPg/Migrations/{M0068_AddIsPermanentFailureToWeatherAlertSourcesPg.cs => M0074_AddIsPermanentFailureToWeatherAlertSourcesPg.cs} (82%) 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() {