diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-10-13 15:40:47 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-10-13 17:51:30 +0200 |
commit | 59e07102ed2cb54e5122d8c5ca05d3fa11dbc176 (patch) | |
tree | 458fc15ce9e9ecfdff773d69c17b3953beea4127 /apps/theming/appinfo | |
parent | 4d98128e9a4c170efb7ae1e5e063df14844964a2 (diff) | |
download | nextcloud-server-59e07102ed2cb54e5122d8c5ca05d3fa11dbc176.tar.gz nextcloud-server-59e07102ed2cb54e5122d8c5ca05d3fa11dbc176.zip |
graceful background image handling
- fallback to background image from old location
- migrate background images to new location as insensitive job
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r-- | apps/theming/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index fcdaade0fd5..402ea9f0ba2 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -31,6 +31,9 @@ <pre-migration> <step>OCA\Theming\Migration\MigrateUserConfig</step> </pre-migration> + <post-migration> + <step>OCA\Theming\Migration\InitBackgroundImagesMigration</step> + </post-migration> </repair-steps> <commands> |