support for module migrations #5
Labels
enhancement
New feature or request
generator
Issue relating to kit-generator or code generation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, modules write to
install-log.edn
whether the module was installed successfully or not. Instead, it would be better to create a map containing install information such as the version of the module that was installed as well as other metadata such as the files that were modified.This would allow modules to provide a
:migrations
key under:actions
. Migrations would work similarly to:injections
, but would instead look for code generated by the previous version of the module and replace it with the updated code from the latest version.The text was updated successfully, but these errors were encountered: