I built my .Net App and to migrate the database migrations on the prod system I execute the Migrator.exe. On the local system everything works fine, but if I do it on my own test prod server the console just outputs this:
and nothing more. I don’t get any error or something else what can be the reason of why the migration isn’t executing.
Does anyone have an idea why the migrations aren’t executing?
1