mirror of
https://github.com/bitwarden/server.git
synced 2025-06-26 05:38:47 -05:00
PM-20574 updating migration script for org delete by id
This commit is contained in:
parent
8f996a0678
commit
9dd4334e03
3204
util/PostgresMigrations/Migrations/20250610172708_2025-06-10_02_UpdateOrgDeleteByIdProc.sql.Designer.cs
generated
Normal file
3204
util/PostgresMigrations/Migrations/20250610172708_2025-06-10_02_UpdateOrgDeleteByIdProc.sql.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,21 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.PostgresMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class _20250610_02_UpdateOrgDeleteByIdProcsql : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
3187
util/SqliteMigrations/Migrations/20250610172702_2025-06-10_02_UpdateOrgDeleteByIdProc.sql.Designer.cs
generated
Normal file
3187
util/SqliteMigrations/Migrations/20250610172702_2025-06-10_02_UpdateOrgDeleteByIdProc.sql.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,21 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Bit.SqliteMigrations.Migrations;
|
||||
|
||||
/// <inheritdoc />
|
||||
public partial class _20250610_02_UpdateOrgDeleteByIdProcsql : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user