1
0
mirror of https://github.com/bitwarden/server synced 2026-01-31 00:33:17 +00:00

Bump migration date

This commit is contained in:
Thomas Rittson
2026-01-06 14:26:30 +10:00
parent 4c32e20fd7
commit 32dd846b9e

View File

@@ -1,6 +1,5 @@
-- Creates default user collections for organization users
-- Filters out existing default collections at database level
-- NOTE: this MUST be executed in a single transaction to ensure consistency
CREATE OR ALTER PROCEDURE [dbo].[Collection_CreateDefaultCollections]
@OrganizationId UNIQUEIDENTIFIER,
@DefaultCollectionName VARCHAR(MAX),