migrating-ravens / RavenMigrations

A small migrations framework to help you manage your RavenDB Instance.
MIT License
53 stars 24 forks source link

Include migration version and execution times in runner #48

Closed lahma closed 5 years ago

lahma commented 5 years ago

I included migration version number and execution times to runner output. It makes it easier to investigate runs against different databases and to determine possible bottlenecks. Migration numbers also clarify better than just migration names.

lahma commented 5 years ago

For some reason the build does not respect the appveyor.yml and tries to run MSBuild directly. Maybe requires some tuning on owner side.

JudahGabriel commented 5 years ago

Merged, and I've also deployed an updated NuGet package including your change. Thanks Marko!

lahma commented 5 years ago

My pleasure, thanks for maintaining the project and accepting contributions promptly!