summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Migration/Version1130Date20211102154716.php
Commit message (Expand)AuthorAgeFilesLines
* limit ldap_dn columns to 4000Arthur Schiwon2022-03-301-3/+3
* do not forget DB table prefix with truncate queryArthur Schiwon2022-03-181-1/+1
* Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-081-1/+1
* Fix duplicated UUID detection when there are empty uuidsCôme Chilliet2022-03-081-1/+1
* code styleArthur Schiwon2022-03-031-2/+2
* be conservative when reading from fresh created columnArthur Schiwon2022-03-031-3/+13
* allow to re-run migration step when backup DB is already createdArthur Schiwon2022-02-101-1/+12
* invalidated duplicated UUIDs prior to migration changeArthur Schiwon2022-02-101-0/+90
* Remove useless indexes with duplicated names on backup tableCôme Chilliet2022-01-131-2/+0
* Fix user_ldap migration for long DNs supportCôme Chilliet2022-01-131-48/+30
* Fix primary key change in user_ldap migrationCôme Chilliet2022-01-131-2/+29
* Add missing copyright headers in migration stepsCôme Chilliet2021-12-091-0/+22
* Use clearer names for variablesCôme Chilliet2021-11-231-17/+17
* Add an index for directory_uuid as wellCôme Chilliet2021-11-231-0/+8
* Fixes in migration stepCôme Chilliet2021-11-231-3/+2
* Fixed migration step for user_ldapCôme Chilliet2021-11-231-2/+2
* Fix variable namesJoas Schilling2021-11-231-2/+2
* Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-11-231-0/+139