mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
Format EF files
This commit is contained in:
@ -1,10 +1,9 @@
|
|||||||
using System;
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
using Microsoft.EntityFrameworkCore.Migrations;
|
|
||||||
|
|
||||||
#nullable disable
|
#nullable disable
|
||||||
|
|
||||||
namespace Bit.MySqlMigrations.Migrations
|
namespace Bit.MySqlMigrations.Migrations;
|
||||||
{
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public partial class OrganizationIntegrations : Migration
|
public partial class OrganizationIntegrations : Migration
|
||||||
{
|
{
|
||||||
@ -88,4 +87,3 @@ namespace Bit.MySqlMigrations.Migrations
|
|||||||
name: "OrganizationIntegration");
|
name: "OrganizationIntegration");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
using System;
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
using Microsoft.EntityFrameworkCore.Migrations;
|
|
||||||
|
|
||||||
#nullable disable
|
#nullable disable
|
||||||
|
|
||||||
namespace Bit.PostgresMigrations.Migrations
|
namespace Bit.PostgresMigrations.Migrations;
|
||||||
{
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public partial class OrganizationIntegrations : Migration
|
public partial class OrganizationIntegrations : Migration
|
||||||
{
|
{
|
||||||
@ -83,4 +82,3 @@ namespace Bit.PostgresMigrations.Migrations
|
|||||||
name: "OrganizationIntegration");
|
name: "OrganizationIntegration");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
using System;
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
using Microsoft.EntityFrameworkCore.Migrations;
|
|
||||||
|
|
||||||
#nullable disable
|
#nullable disable
|
||||||
|
|
||||||
namespace Bit.SqliteMigrations.Migrations
|
namespace Bit.SqliteMigrations.Migrations;
|
||||||
{
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public partial class OrganizationIntegrations : Migration
|
public partial class OrganizationIntegrations : Migration
|
||||||
{
|
{
|
||||||
@ -83,4 +82,3 @@ namespace Bit.SqliteMigrations.Migrations
|
|||||||
name: "OrganizationIntegration");
|
name: "OrganizationIntegration");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user