ada-awa icon indicating copy to clipboard operation
ada-awa copied to clipboard

Add command line for database schema migration

Open stcarrez opened this issue 1 year ago • 0 comments

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.

stcarrez avatar Aug 20 '22 19:08 stcarrez