nextcloud/apps/user_ldap/lib/Migration
Arthur Schiwon a7ee9f561e 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 17:24:11 +00:00
..
GroupMappingMigration.php Use existing API 2022-01-31 18:31:14 +01:00
RemoveRefreshTime.php Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +02:00
SetDefaultProvider.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
UnsetDefaultProvider.php unset ldap provider when disabling user_ldap 2021-12-01 08:27:56 +00:00
UUIDFix.php LDAP simplify User_Proxy and Group_Proxy signatures 2020-10-23 12:25:31 +02:00
UUIDFixGroup.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
UUIDFixInsert.php Update license headers for 19 2020-04-29 11:57:22 +02:00
UUIDFixUser.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Version1010Date20200630192842.php Add an index for directory_uuid as well 2021-12-14 10:58:57 +01:00
Version1120Date20210917155206.php Add missing copyright headers in migration steps 2021-12-14 11:03:21 +01:00
Version1130Date20211102154716.php do not forget DB table prefix with truncate query 2022-03-22 17:24:11 +00:00
Version1130Date20220110154717.php Move duplicated code to a base class for group_mapping migrations 2022-01-14 08:43:44 +00:00
Version1130Date20220110154718.php Fix user_ldap migration for long DNs support 2022-01-14 08:43:45 +00:00
Version1130Date20220110154719.php Split dropTable and createTable in two migrations 2022-01-14 08:43:43 +00:00