Current migration implementation is like a blackbox that is called and migration is done. It would be helpful to have a possibility to call something like
contessa-migration --describe
and get a description of migration - what will be done, what migrations will be applied, what tables in what schema will be changed etc.
Current migration implementation is like a blackbox that is called and migration is done. It would be helpful to have a possibility to call something like
and get a description of migration - what will be done, what migrations will be applied, what tables in what schema will be changed etc.