Skip to content

TVB-2773: Convert Operation.parameters into view_model_gid. Fix TVB-2777 and touch TVB-2774

Marmaduke Woodman requested to merge TVB-2773 into master

Created by: adrian-dordea

Now we store an operation parameters serialized on disk (in objects ViewModel). Before we were keeping a JSON in the DB column Operation.parameters. This is a refactor to adapt the Operation table to the new simplified column, and to adapt usages.

Merge request reports