static void Main(string[] args) { var cfg = new NHMigrationDemoConfig(); var sf = cfg.BuildSessionFactory(); sf.MigrateToLatestVersion(); }