1
0
mirror of https://github.com/bitwarden/server synced 2025-12-29 14:43:39 +00:00

[AC-2323] Fix script comment

This commit is contained in:
Rui Tome
2024-03-25 21:39:00 +00:00
parent 6651bb1324
commit 73d455b93d

View File

@@ -1,6 +1,6 @@
-- This script will enable collection enhancements for organizations that don't have Collection Enhancements enabled.
-- Step 1: Insert into a temporary table, selecting a percentage of the rows for each distinct PlanType
-- Step 1: Create a temporary table to store the Organizations with FlexibleCollections = 1
SELECT [Id] AS [OrganizationId]
INTO #TempOrg
FROM [dbo].[Organization]