mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc/md: add note about versioned migration tool support requiring latest master (#2537)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user