Closed rnewman closed 6 years ago
As currently implemented, vocabulary management doesn't allow for breaking upgrades:
https://github.com/mozilla/mentat/blob/master/src/vocabulary.rs#L478
This issue tracks doing what the comment already says: running 'pre' steps, altering the schema, and running 'post' steps.
It's important for merging that the pre/post steps are deterministic, and we should document that.
Fixed in #627.
As currently implemented, vocabulary management doesn't allow for breaking upgrades:
https://github.com/mozilla/mentat/blob/master/src/vocabulary.rs#L478
This issue tracks doing what the comment already says: running 'pre' steps, altering the schema, and running 'post' steps.
It's important for merging that the pre/post steps are deterministic, and we should document that.