Last active
March 28, 2018 10:58
-
-
Save odytrice/0f64981fad0e0dd4d9e349ca51bae1c3 to your computer and use it in GitHub Desktop.
Migration File for Fluent Migrator for F# projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM Migrate Database | |
packages\FluentMigrator\tools\Migrate.exe --db=sqlserver --target=Dumia.Migrations\bin\Debug\Dumia.Migrations.dll --configPath=Dumia.Http\web.config --c=Dumia %* | |
REM Update Database DBML file | |
.\utils\SqlMetal.exe /server:"(local)" /database:dumia /user:admin1 /password:admin1 /dbml:"Dumia.Infrastructure/Database.dbml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment