Skip to content

Commit be14ec6

Browse files
committed
fix(Migration): rename migration to indicate app version 5.4.0
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
1 parent e1bd209 commit be14ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Migration/Version006000000Date20260302135634.php renamed to lib/Migration/Version005004000Date20260302135634.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use OCP\Migration\IOutput;
1818
use OCP\Migration\SimpleMigrationStep;
1919

20-
class Version006000000Date20260302135634 extends SimpleMigrationStep {
20+
class Version005004000Date20260302135634 extends SimpleMigrationStep {
2121
public function __construct(
2222
private IAppConfig $appConfig,
2323
private QueueMapper $queueMapper,

0 commit comments

Comments
 (0)