mirror of
https://github.com/bitwarden/server.git
synced 2025-02-15 01:41:40 +01:00
[AC-1682] Bumped up the date on data migration scripts
This commit is contained in:
parent
8cc889554d
commit
8a5ea76d8d
@ -30,6 +30,11 @@ BEGIN
|
||||
-- Execute the stored procedure for the current OrganizationId
|
||||
EXEC [dbo].[Organization_EnableCollectionEnhancements] @OrganizationId;
|
||||
|
||||
-- Update the Organization to set FlexibleCollections = 1
|
||||
UPDATE [dbo].[Organization]
|
||||
SET [FlexibleCollections] = 1
|
||||
WHERE [Id] = @OrganizationId;
|
||||
|
||||
FETCH NEXT FROM OrgCursor INTO @OrganizationId;
|
||||
END;
|
||||
|
Loading…
Reference in New Issue
Block a user