mirror of
https://github.com/bitwarden/server.git
synced 2025-06-25 05:08:48 -05:00
PM-20574 fixing migration script formatting
This commit is contained in:
parent
27bce10901
commit
c427c36ad6
@ -9,8 +9,6 @@ BEGIN
|
||||
|
||||
DECLARE @BatchSize INT = 100
|
||||
WHILE @BatchSize > 0
|
||||
GO
|
||||
|
||||
BEGIN
|
||||
BEGIN TRANSACTION Organization_DeleteById_Ciphers
|
||||
|
||||
@ -25,7 +23,6 @@ BEGIN TRANSACTION Organization_DeleteById_Ciphers
|
||||
|
||||
COMMIT TRANSACTION Organization_DeleteById_Ciphers
|
||||
END
|
||||
|
||||
GO
|
||||
|
||||
BEGIN TRANSACTION Organization_DeleteById
|
||||
|
@ -12,7 +12,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
namespace Bit.MySqlMigrations.Migrations
|
||||
{
|
||||
[DbContext(typeof(DatabaseContext))]
|
||||
[Migration("20250613161051_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
[Migration("20250613163557_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("20250613161047_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
[Migration("20250613163549_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("20250613161043_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
[Migration("20250613163553_2025-06-10_02_UpdateOrgDeleteByIdProc.sql")]
|
||||
partial class _20250610_02_UpdateOrgDeleteByIdProcsql
|
||||
{
|
||||
/// <inheritdoc />
|
Loading…
x
Reference in New Issue
Block a user