mod: backout the removal of construction_mode
Hello @nchauvat,
I'm trying to make CW works againt with refactored yams and one of the bug is that the removal of construction-mode != "strict"
breaks a good part of migractions, especially when loading schema from cube especially when doing cmd_drop_cube
or cmd_add_cube
Apparently this "non-strict" mode is only used in migractions and seems needed (?)
From here I see 3 directions:
- backout this change to move forward (this MR), for now, and maybe brings it back in another version
- backout and never bring it back
- fully remove it (something was missing, see MR !21 (closed)) and try to find a way to fix migractions
Do you have an opinion on that since it's you who've made this modification?
Edited by Laurent Peuch