summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/info.xml
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-02-17 18:45:33 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-02-17 18:45:33 +0100
commit497ee3e3e64a07c1684f4ec87aa7621d743c37e6 (patch)
tree538d5ee36d20caff89605b86d3ae506afccf7a09 /apps/user_ldap/appinfo/info.xml
parent45615cc940acce6ddab4c84b8f0fd38299125f37 (diff)
downloadnextcloud-server-497ee3e3e64a07c1684f4ec87aa7621d743c37e6.tar.gz
nextcloud-server-497ee3e3e64a07c1684f4ec87aa7621d743c37e6.zip
Add repair steps
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r--apps/user_ldap/appinfo/info.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 7535790fa57..9794db30e2b 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -9,7 +9,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</description>
<licence>AGPL</licence>
<author>Dominik Schmidt and Arthur Schiwon</author>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<types>
<authentication/>
</types>
@@ -32,4 +32,10 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
<admin>OCA\User_LDAP\Settings\Admin</admin>
<admin-section>OCA\User_LDAP\Settings\Section</admin-section>
</settings>
+
+ <repair-steps>
+ <post-migration>
+ <step>OCA\User_LDAP\Migration\UUIDFixInsert</step>
+ </post-migration>
+ </repair-steps>
</info>