doc: fix typo in versioned migrations instructions(#3200)

This commit is contained in:
Journey K
2023-01-01 15:53:52 +09:00
committed by GitHub
parent 1a0ffe6441
commit c07eff2260

View File

@@ -118,7 +118,7 @@ docker run --name migration --rm -p 5432:5432 -e POSTGRES_PASSWORD=pass -e POSTG
</TabItem>
</Tabs>
2\. Create a `main.go` file under the `migrate/ent` package and customize the migration generation for your project.
2\. Create a `main.go` file under the `ent/migrate` package and customize the migration generation for your project.
<Tabs
defaultValue="atlas"