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
|
||||
WITH RECOMPILE
|
||||
AS
|
||||
|
@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
namespace Bit.MySqlMigrations.Migrations
|
||||
{
|
||||
[DbContext(typeof(DatabaseContext))]
|
||||
[Migration("20250610175040_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
[Migration("20250610180810_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
||||
{
|
||||
/// <inheritdoc />
|
@ -12,7 +12,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
namespace Bit.PostgresMigrations.Migrations
|
||||
{
|
||||
[DbContext(typeof(DatabaseContext))]
|
||||
[Migration("20250610175037_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
[Migration("20250610180801_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
||||
{
|
||||
/// <inheritdoc />
|
@ -11,7 +11,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
namespace Bit.SqliteMigrations.Migrations
|
||||
{
|
||||
[DbContext(typeof(DatabaseContext))]
|
||||
[Migration("20250610175044_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
[Migration("20250610180806_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
||||
{
|
||||
/// <inheritdoc />
|
Loading…
x
Reference in New Issue
Block a user