aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix upgrade of user_ldap when oc_group_members contains duplicated uidsCôme Chilliet2024-01-041-5/+13
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add unique index for user_ldap group membershipsCôme Chilliet2023-08-101-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use BIGINT for new table id fieldCôme Chilliet2023-08-101-2/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add missing primary key for ldap_group_membershipCôme Chilliet2023-08-101-0/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Refactor user_ldap group membership to use flat DBCôme Chilliet2023-08-101-0/+107
Move away from serialized arrays. Also use a QBMapper class for the new table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>