1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00
Commit Graph

21 Commits

Author SHA1 Message Date
2f434b34f5 [AC-1682] Remove unnecessary migration scripts 2024-02-16 14:44:35 +00:00
96b5278d7c [AC-1682] Removed batching from AllOrgsEnableCollectionEnhancements script 2024-01-11 18:31:47 +00:00
3bf1b53536 [AC-1682] Deleted old data migration scripts 2024-01-11 17:43:39 +00:00
ba06076577 [AC-1682] Added data migration script to set FlexibleCollections = 1 for all orgs 2024-01-11 14:41:16 +00:00
68c586f3c7 [AC-1682] Added back batching system to AccessAllCollectionUsers data migration script 2024-01-11 14:40:29 +00:00
8a5ea76d8d [AC-1682] Bumped up the date on data migration scripts 2024-01-11 14:04:51 +00:00
8cc889554d [AC-1682] Updated AccessAllCollectionGroups migration script to use User_BumpAccountRevisionDateByCollectionId 2024-01-11 13:58:45 +00:00
f4450c082c [AC-1682] Update data migration script to only enable collection enhancements for organizations that have not yet migrated 2024-01-11 13:05:46 +00:00
ee43767c84 [AC-1682] Modified AccessAllCollectionUsers script to bump revision date by each OrgUser 2024-01-11 12:15:36 +00:00
a214c60268 Revert "[AC-1682] Deleted old data migration scripts"
This reverts commit 54cc6fab8f.
2024-01-11 11:55:16 +00:00
54cc6fab8f [AC-1682] Deleted old data migration scripts 2024-01-10 15:29:48 +00:00
0d8609a094 [AC-1682] Added script to migrate all organization data for flexible collections 2024-01-10 15:29:06 +00:00
8bf17eb198 [AC-1682] Updated data migration scripts to bump the account revision date 2024-01-10 12:34:36 +00:00
fcd2dd380d [AC-1682] Update FC data migration scripts to clear AccessAll flags and set all Managers to Users 2024-01-10 11:34:31 +00:00
7d718b677b [AC-1682] Add new rows to CollectionUser for Managers and users with EditAssignedCollections permission assigned to groups with collection access 2023-12-18 14:54:57 +00:00
be35a2b7cb [AC-1682] Renamed sql script to recent date and added correct order to file name 2023-12-06 16:02:37 +00:00
3e7e3a0928 [AC-1682] Change JOIN to INNER JOIN in SQL scripts 2023-12-06 15:58:21 +00:00
0475b93b4e [AC-1682] Removed unnecessary Collection table join on ManagersEditAssignedCollectionUsers sql script 2023-12-06 15:56:35 +00:00
d693511b01 Apply suggestions from code review: Remove Manage permission from Collection assignments
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2023-12-06 15:46:37 +00:00
23a3e5c83c [AC-1682] Moved data migration scripts to DbScripts_transition folder 2023-11-13 15:46:16 +00:00
4ff41e9604 Add gitkeep files to preserve DbScript folders even if there's no sql scripts in them (#3341) 2023-10-13 15:05:27 +02:00