1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-22 21:51:22 +01: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
No known key found for this signature in database
GPG Key ID: 526239D96A8EC066
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");
}
}