Introduce a Migration interface class. It will declare the upgrade and downgrade methods for all the migrations classes.
A first Migration class should be done to replace the current init_db() methods for EngineDAO, ConfigurationDAO and ManagerDAO.
Create a first test that ensure that the class is covered.
- Is referenced in