Skip to content

Commit 511ed88

Browse files
chore(migration): correct the date part of the layout migration
The date part still read 20260318, which predates the file itself: it was added to the branch on 2026-05-11. Set it to the day the migration ships so the name orders correctly against the other 2.4.0 migrations. The class name is what gets recorded in oc_migrations, and it already changed with the version prefix rename, so this carries no additional upgrade cost. The step guards every change with hasTable()/hasColumn() and is a no-op where it has already run. Assisted-by: ClaudeCode:claude-opus-5 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 028ef90 commit 511ed88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Migration/Version2400Date20260318000000.php renamed to lib/Migration/Version2400Date20260901000000.php

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

19-
class Version2400Date20260318000000 extends SimpleMigrationStep {
19+
class Version2400Date20260901000000 extends SimpleMigrationStep {
2020

2121
#[Override]
2222
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {

0 commit comments

Comments
 (0)