Skip to content

Commit

Permalink
doc/md: add note about versioned migration tool support requiring lat…
Browse files Browse the repository at this point in the history
…est master (#2537)
  • Loading branch information
masseelch committed May 10, 2022
1 parent d8fdf3b commit fc03c8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/md/versioned-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ following four:
3. [Flyway](https://flywaydb.org/)
4. [Liquibase](https://www.liquibase.org/)

:::note
You need to have the latest master of Ent installed for this to be working.

```shell
go get -u entgo.io/ent@master
```
:::

```go
package main

Expand Down

0 comments on commit fc03c8d

Please sign in to comment.