Steps to Reproduce:
Expected Results:
Upgrade succeeds
Actual Results:
Migration crashes on NullPointerException
3.6.x
DE166283
Workaround :
Run the update statement below followed by re-upgrade to 3.7.0
UPDATE properties SET data_type = 'STRING' WHERE data_type IS NULL;
DE166283 resolved in 3.8.0 and ported back to 3.7.0.1