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:
@ -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