Skip to content

Commit

Permalink
docs: update readme.md with sample repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Aug 5, 2021
1 parent 033006f commit 5478a81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ Usage: Minimig [OPTIONS]+

Minimig has no such concept. It is a forward-only tool. This is done to keep a minimalistic approach.

### Running Migrations on CI

It is relatively trivial to configure a docker sql image and run minimig on a ci in order to test your sql migrations, a sample is included on the [following repository](https://github.com/Jaxelr/ci-run-migrations)

### Uninstallation

For uninstallation execute `dotnet tool uninstall --global Minimig` from terminal.
Expand Down

0 comments on commit 5478a81

Please sign in to comment.