1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

[AC-2323] Fixed typo

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

View File

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