mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
doc: fix typo in migration plan (#3539)
Fix typo in docs: databaes into database
This commit is contained in:
committed by
GitHub
parent
36553bbd8a
commit
4231c8a98f
@@ -25,7 +25,7 @@ See this change in [PR #3](https://github.com/rotemtam/ent-versioned-migrations-
|
||||
In this section, we will demonstrate how to use the Atlas CLI to automatically plan
|
||||
schema migrations for us. In the past, users had to create a custom Go program to
|
||||
do this (as described [here](07-programmatically.mdx)). With recent versions of Atlas,
|
||||
this is no longer necessary: Atlas can natively load the desired databaes schema from an Ent schema.
|
||||
this is no longer necessary: Atlas can natively load the desired database schema from an Ent schema.
|
||||
|
||||
<InstallationInstructions />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user