mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Merge branch 'ac/ac-2323/sql-automatic-data-migrations' into ac/ac-1682/ef-migrations
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 = 0
|
||||
SELECT [Id] AS [OrganizationId]
|
||||
INTO #TempOrg
|
||||
FROM [dbo].[Organization]
|
||||
|
Reference in New Issue
Block a user