Add command line for database schema migration
stcarrez opened this issue · 0 comments
stcarrez commented
With ADO 2.4, we will have the support for database schema migration and handle the upgrade of schema.
We can now have a command in the AWA library to help in the schema migration.
The command should be able to list the SQL files that must be executed without actually executing them.
It should also be able to run the migration scripts by its own.