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:
parent
a4ea5c4dca
commit
0e72c14d2f
@ -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");
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user