diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-05-30 13:33:17 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-07-06 11:47:11 +0200 |
commit | d668e17769cfe4ccf82794fa75a3f80995b8e43b (patch) | |
tree | 68efdcb203a26c44fb8b43e7ab942d771e4572cd /apps/encryption/appinfo | |
parent | 66debbe18ecf5bf8676c3b6d211bca006a615575 (diff) | |
download | nextcloud-server-d668e17769cfe4ccf82794fa75a3f80995b8e43b.tar.gz nextcloud-server-d668e17769cfe4ccf82794fa75a3f80995b8e43b.zip |
since the default for the master key changed we need to write the setting explicitely to the database if we migrate from a older version
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index e1959ac8a9b..f35a87aa4f2 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -19,7 +19,7 @@ <user>user-encryption</user> <admin>admin-encryption</admin> </documentation> - <version>1.7.1</version> + <version>2.0.0</version> <types> <filesystem/> </types> @@ -36,4 +36,10 @@ <command>OCA\Encryption\Command\DisableMasterKey</command> <command>OCA\Encryption\Command\MigrateKeys</command> </commands> + + <repair-steps> + <post-migration> + <step>OCA\Encryption\Migration\SetMasterKeyStatus</step> + </post-migration> + </repair-steps> </info> |