From c07eff2260ef852bcc556946a506cfc9f20f6fef Mon Sep 17 00:00:00 2001 From: Journey K <62772873+j0urneyK@users.noreply.github.com> Date: Sun, 1 Jan 2023 15:53:52 +0900 Subject: [PATCH] doc: fix typo in versioned migrations instructions(#3200) --- doc/md/versioned-migrations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/versioned-migrations.mdx b/doc/md/versioned-migrations.mdx index d0246a307..72c4464c9 100644 --- a/doc/md/versioned-migrations.mdx +++ b/doc/md/versioned-migrations.mdx @@ -118,7 +118,7 @@ docker run --name migration --rm -p 5432:5432 -e POSTGRES_PASSWORD=pass -e POSTG -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.