summaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2024-02-14 11:13:06 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-02-14 21:14:11 +0000
commitb1b096a2c6feff6ce0f13d99a6340d71f5cc20c4 (patch)
tree1e7b61f9fc014ef690a4bc09aa0fb1376eafaa9a /apps/theming/appinfo
parent9345af7af7a6550542dd941a99130be4caaf0fe4 (diff)
downloadnextcloud-server-b1b096a2c6feff6ce0f13d99a6340d71f5cc20c4.tar.gz
nextcloud-server-b1b096a2c6feff6ce0f13d99a6340d71f5cc20c4.zip
chore: Remove old theming migration steps as they are only needed once
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/info.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 8ad8cd5e8a9..8a95e0ecf68 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -28,10 +28,6 @@
</settings>
<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>
</post-migration>