nextcloud/apps/user_ldap/lib/Migration
Arthur Schiwon 6a7353a3b6 do not forget DB table prefix with truncate query
- as used in LDAP's AbstractMapping::clear() method
- and in Comment's ManagerTest::setUp()
- fixes a DB Exception with Oracle

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-03-22 16:34:19 +00:00
..
GroupMappingMigration.php Move duplicated code to a base class for group_mapping migrations 2022-01-14 08:40:54 +00:00
RemoveRefreshTime.php Update php licenses 2021-06-04 22:02:41 +02:00
SetDefaultProvider.php Update php licenses 2021-06-04 22:02:41 +02:00
UnsetDefaultProvider.php unset ldap provider when disabling user_ldap 2021-06-30 16:52:09 +00:00
UUIDFix.php Update php licenses 2021-06-04 22:02:41 +02:00
UUIDFixGroup.php Update php licenses 2021-06-04 22:02:41 +02:00
UUIDFixInsert.php Update php licenses 2021-06-04 22:02:41 +02:00
UUIDFixUser.php Update php licenses 2021-06-04 22:02:41 +02:00
Version1010Date20200630192842.php Add an index for directory_uuid as well 2021-12-16 09:05:35 +01:00
Version1120Date20210917155206.php Add missing copyright headers in migration steps 2021-12-16 09:05:36 +01:00
Version1130Date20211102154716.php do not forget DB table prefix with truncate query 2022-03-22 16:34:19 +00:00
Version1130Date20220110154717.php Move duplicated code to a base class for group_mapping migrations 2022-01-14 08:40:54 +00:00
Version1130Date20220110154718.php Fix user_ldap migration for long DNs support 2022-01-14 08:40:54 +00:00
Version1130Date20220110154719.php Split dropTable and createTable in two migrations 2022-01-14 08:40:53 +00:00