Skip to content

Commit d7a7e6b

Browse files
authored
Merge pull request #400 from Resgrid/develop
RE1-T121 Migrations fix
2 parents 410095d + abcfac1 commit d7a7e6b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Providers/Resgrid.Providers.Migrations/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSources.cs renamed to Providers/Resgrid.Providers.Migrations/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSources.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Resgrid.Providers.Migrations.Migrations
44
{
5-
[Migration(68)]
6-
public class M0068_AddIsPermanentFailureToWeatherAlertSources : Migration
5+
[Migration(74)]
6+
public class M0074_AddIsPermanentFailureToWeatherAlertSources : Migration
77
{
88
public override void Up()
99
{

Providers/Resgrid.Providers.MigrationsPg/Migrations/M0068_AddIsPermanentFailureToWeatherAlertSourcesPg.cs renamed to Providers/Resgrid.Providers.MigrationsPg/Migrations/M0074_AddIsPermanentFailureToWeatherAlertSourcesPg.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Resgrid.Providers.MigrationsPg.Migrations
44
{
5-
[Migration(68)]
6-
public class M0068_AddIsPermanentFailureToWeatherAlertSourcesPg : Migration
5+
[Migration(74)]
6+
public class M0074_AddIsPermanentFailureToWeatherAlertSourcesPg : Migration
77
{
88
public override void Up()
99
{

0 commit comments

Comments
 (0)