diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-01-20 11:35:17 +0100 |
---|---|---|
committer | Simon L. (Rebase PR Action) <szaimen@e.mail.de> | 2023-01-23 09:09:46 +0000 |
commit | e5977a19ab94342fed5c543c84255af9cf3f8ec8 (patch) | |
tree | 98ce809f1f66579deec6f592871d06d75fd0436b /apps/theming/appinfo | |
parent | 20190534ee70cba9644552fb2fb5833e17d16832 (diff) | |
download | nextcloud-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.xml | 2 |
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> |