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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user