doc/md: add note about versioned migration tool support requiring latest master (#2537)

This commit is contained in:
Jannik Clausen
2022-05-10 08:52:09 +02:00
committed by GitHub
parent d8fdf3b512
commit fc03c8d283

View File

@@ -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