Skip to content

Commit abcfac1

Browse files
committed
RE1-T121 Migrations fix
1 parent 5c84952 commit abcfac1

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)