Open
Description
Hello,
All database engine migration scripts to 5 need correcting similar to what I propose to mysql in #4903
Not 3 but 6 fields were drop from BATCH_JOB_EXECUTION_PARAMS according to documention (schema docs and migration guide).
Also 3 new fields were added to the said table.
Also suggest the keeping of job parameter history with add new columns, addition of 3 update queries with historic data (migrate), and only then drop old columns.
Have a nice day.