mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
[AC-2323] Fixed typo
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
-- This script will enable collection enhancements for organizations that don't have Collection Enhancements enabled.
|
-- 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]
|
SELECT [Id] AS [OrganizationId]
|
||||||
INTO #TempOrg
|
INTO #TempOrg
|
||||||
FROM [dbo].[Organization]
|
FROM [dbo].[Organization]
|
||||||
|
Reference in New Issue
Block a user