Commit 6a69d21
[BUGFIX] Fix SchedulerDatabaseStorageMigration upgrade wizard
Field tx_scheduler_task:tasktype is nullable and therefore
created with NULL as default value.
The SchedulerDatabaseStorageMigration upgrade wizard
only compared it to an empty string, ignoring cases where
the field is null.
Resolves: #107512
Releases: main
Change-Id: I367830c778b495971e42165b0588c489531c2879
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/90749
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: Garvin Hicking <garvin@hick.ing>
Reviewed-by: Garvin Hicking <garvin@hick.ing>1 parent da22f9f commit 6a69d21
File tree
3 files changed
+7
-1
lines changed- typo3/sysext/scheduler
- Classes/Migration
- Tests/Functional/Fixtures
3 files changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 | | |
177 | 183 | | |
178 | 184 | | |
| |||
Binary file not shown.
Binary file not shown.
0 commit comments