Aurelius dbmager's "updatedatabase" method freezes

Hello, I created a simple Aurelius example project.
Initially, I connected all Aurelius necessary components to a firedac connection
with sqlite database. Into datamodule's "OnCreate" event I call UpdateDatabase method.
Then I try to save an entity and all goes well. If I change the database to MYSQL the app freezes when I call UpdateDatabase. Why does this happen?
The Firedac connection component connects well to the database.
Best regards

I don't know. Do you have the project and the steps to reproduce the issue?