mirror of
https://github.com/bitwarden/server.git
synced 2025-06-25 05:08:48 -05:00
PM-20574 fixing migration script
This commit is contained in:
parent
5c37f56118
commit
c8e9f020fb
@ -1,4 +1,4 @@
|
|||||||
CREATE OR ALTER PROCEDURE [dbo].[dbo].[Organization_DeleteById]
|
CREATE OR ALTER PROCEDURE [dbo].[Organization_DeleteById]
|
||||||
@OrganizationId UNIQUEIDENTIFIER
|
@OrganizationId UNIQUEIDENTIFIER
|
||||||
WITH RECOMPILE
|
WITH RECOMPILE
|
||||||
AS
|
AS
|
||||||
|
@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|||||||
namespace Bit.MySqlMigrations.Migrations
|
namespace Bit.MySqlMigrations.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(DatabaseContext))]
|
[DbContext(typeof(DatabaseContext))]
|
||||||
[Migration("20250610175040_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
[Migration("20250610180810_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||||
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
@ -12,7 +12,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
|||||||
namespace Bit.PostgresMigrations.Migrations
|
namespace Bit.PostgresMigrations.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(DatabaseContext))]
|
[DbContext(typeof(DatabaseContext))]
|
||||||
[Migration("20250610175037_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
[Migration("20250610180801_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||||
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
@ -11,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|||||||
namespace Bit.SqliteMigrations.Migrations
|
namespace Bit.SqliteMigrations.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(DatabaseContext))]
|
[DbContext(typeof(DatabaseContext))]
|
||||||
[Migration("20250610175044_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
[Migration("20250610180806_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||||
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
Loading…
x
Reference in New Issue
Block a user