Closed akiessling closed 1 year ago
I just saw that not all size_before and size_after are int fields. Is that intentional? I needed to set the default values to 0 to fix my sql errors.
Actually TYPO3 database update schema do not like int and default null value so I normalised all sizes to varchar. Can you please test if with current master branch you still have problems?
I think it looks god now. I had to reset my processed images anyways due to some other errors, thus running the task shows no errors now.
Thanks for taking care!
Fixes #43