Skip to content

Commit

Permalink
document beam-migrate as a dependency rather than an executable
Browse files Browse the repository at this point in the history
`beam-migrate` CLI tool has been deleted: haskell-beam#684
  • Loading branch information
peterbecich committed Nov 18, 2024
1 parent 80cd398 commit b164762
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/schema-guide/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ The migrations framework is meant to be a robust and modular way of
managing schema changes. It is an optional part of beam provided in
the `beam-migrate` package.

Install the migrations framework by running.

```
$ cabal install beam-migrate
# or
$ stack install beam-migrate
```
Add the `beam-migrate` dependency to get started:
https://hackage.haskell.org/package/beam-migrate

## Basic concepts

Expand Down

0 comments on commit b164762

Please sign in to comment.