project-m36
project-m36 copied to clipboard
create schema migration provenance function
Since Project:M36 stores a complete history of the data and metadata (schema) in its transaction graph, a function which extracts all DDL between two points in the graph could be easily generated. In addition, comparing schemas from two branches which shared a common ancestor would be valuable.
This feature is inspired by existing tools which assist in schema migration poorly.
Also add documentation on schema migration tips.