I want to trigger database migration through code to latest version.
I have already configured the migrations and they work fine but the only way I can get them to migrate is by querying the database which I think shouldn't be needed.
I am sure I have just missed something in the documentation to trigger the migration but if someone can point me in the right direction it will be much appreciated.