Skip to content

Commit

Permalink
Fix for FluentMigrator path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Nov 12, 2015
1 parent 22b58b9 commit 6dc364c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
..\packages\FluentMigrator.1.6.0.0\tools\Migrate.exe /connection "Server=localhost; Database=AbpProjectNameDb; Trusted_Connection=True;" /db sqlserver /target "bin\Debug\AbpProjectName.Infrastructure.NHibernate.dll"
..\packages\FluentMigrator.1.6.1.0\tools\Migrate.exe /connection "Server=localhost; Database=AbpProjectNameDb; Trusted_Connection=True;" /db sqlserver /target "bin\Debug\AbpProjectName.Infrastructure.NHibernate.dll"
pause

0 comments on commit 6dc364c

Please sign in to comment.