You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Migration Engine needs to be able to diff two data models in order to generate the steps.json that is central to lift. Currently we diff the data structures in the dml module of the datamodel crate. I think we should instead diff the data structures of the ast module instead.
This should make our code easier to maintain and at the same time enables diffing of arbitrary directives. This is required to enbale custom types.
The text was updated successfully, but these errors were encountered:
The Migration Engine needs to be able to diff two data models in order to generate the
steps.json
that is central to lift. Currently we diff the data structures in thedml
module of thedatamodel
crate. I think we should instead diff the data structures of theast
module instead.This should make our code easier to maintain and at the same time enables diffing of arbitrary directives. This is required to enbale custom types.
The text was updated successfully, but these errors were encountered: