mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
fix: dotnet format
This commit is contained in:
parent
9164bb1d9a
commit
06bd75bfe4
@ -1,13 +1,12 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.MySqlMigrations.Migrations
|
||||
namespace Bit.MySqlMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
@ -53,5 +52,4 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
migrationBuilder.DropTable(
|
||||
name: "OpaqueKeyExchangeCredential");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,13 +1,12 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.PostgresMigrations.Migrations
|
||||
namespace Bit.PostgresMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
@ -47,5 +46,4 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
migrationBuilder.DropTable(
|
||||
name: "OpaqueKeyExchangeCredential");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,13 +1,12 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.SqliteMigrations.Migrations
|
||||
namespace Bit.SqliteMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class CreateOpaqueKeyExchangeCredential : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
@ -47,5 +46,4 @@ namespace Bit.SqliteMigrations.Migrations
|
||||
migrationBuilder.DropTable(
|
||||
name: "OpaqueKeyExchangeCredential");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user