Commit 511ed88
committed
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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments