aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2023-01-20 11:35:17 +0100
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>2023-01-23 09:09:46 +0000
commite5977a19ab94342fed5c543c84255af9cf3f8ec8 (patch)
tree98ce809f1f66579deec6f592871d06d75fd0436b /apps/theming/appinfo
parent20190534ee70cba9644552fb2fb5833e17d16832 (diff)
downloadnextcloud-server-e5977a19ab94342fed5c543c84255af9cf3f8ec8.tar.gz
nextcloud-server-e5977a19ab94342fed5c543c84255af9cf3f8ec8.zip
fix(theming): fix admin images migration
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 0374037d2d4..8fef23fb89a 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -29,11 +29,11 @@
<repair-steps>
<pre-migration>
+ <step>OCA\Theming\Migration\MigrateAdminConfig</step>
<step>OCA\Theming\Migration\MigrateUserConfig</step>
</pre-migration>
<post-migration>
<step>OCA\Theming\Migration\InitBackgroundImagesMigration</step>
- <step>OCA\Theming\Migration\CleanupOldCache</step>
</post-migration>
</repair-steps>