mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
[AC-1360] Changed down migrator methods to empty
This commit is contained in:
@@ -19,6 +19,6 @@ public partial class PopulateResellerNames : Migration
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
throw new Exception("Irreversible migration");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,6 @@ public partial class PopulateResellerNames : Migration
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
throw new Exception("Irreversible migration");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,6 @@ public partial class PopulateResellerNames : Migration
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
throw new Exception("Irreversible migration");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user