hi,
We have added a data conversion for a new, mandatory column in a table. The default value is an expression, getting the value from another table “settings”.
The problem is, that this table “settings” also has some changes in this update, and the tabel is also rebuild during the update. So at the time the value should be calculated, the table setting is renamed __setting__ and the new table is empty. So no value is found and the update fails.
Is it possible to have some sort of sequence in rebuilding the tables? Or how can I solve this issue?