Skip to content

Commit

Permalink
docs: added minor comment to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed May 18, 2021
1 parent 07e0721 commit 7213f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ To run migrations the typical usage is:
``` cmd
mig --folder="c:\path\to\migrations" --connection="Persist Security Info=False;Integrated Security=true;Initial Catalog=MyDatabase;server=localhost"
```
> By default the provider used is Sql Server
If you use integrated auth, you can use the `--database` and `--server` arguments instead of supplying a connection string (server defaults to "localhost").

Expand Down

0 comments on commit 7213f89

Please sign in to comment.