1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[AC-1360] Changed down migrator methods to empty

This commit is contained in:
Rui Tome
2023-08-04 07:31:36 +01:00
parent a4ea5c4dca
commit 0e72c14d2f
3 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,6 @@ public partial class PopulateResellerNames : Migration
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
throw new Exception("Irreversible migration");
}
}

View File

@ -19,6 +19,6 @@ public partial class PopulateResellerNames : Migration
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
throw new Exception("Irreversible migration");
}
}

View File

@ -19,6 +19,6 @@ public partial class PopulateResellerNames : Migration
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
throw new Exception("Irreversible migration");
}
}