Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created April 5, 2014 21:54
Show Gist options
  • Select an option

  • Save mgroves/9998551 to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/9998551 to your computer and use it in GitHub Desktop.
"../../../packages/FluentMigrator.1.1.2.1/tools/Migrate.exe" /conn "Data Source=(local);Initial Catalog=mydatabasename;uid=;pwd=;Trusted_Connection=yes;" /provider sqlserver2008 /assembly "myproject.migrations.dll" /verbose=true --task rollback --steps=%1
"../../../packages/FluentMigrator.1.1.2.1/tools/Migrate.exe" /conn "Data Source=(local);Initial Catalog=mydatabasename;uid=;pwd=;Trusted_Connection=yes;" /provider sqlserver2008 /assembly "aopblog.migrations.dll" /verbose=true --task migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment