ASP.NET 5 Automatic Migrations with Fluent NHibernate and PostgreSQL

Simple way to enable automatic migrations in your ASP.NET 5 application with Fluent NHibernate and PostgreSQL server. Automatic migrations is a really powerful feature, but you should be also really careful with it. Sometimes it might corrupt your schema or even data.