mirror of
https://github.com/ent/ent.git
synced 2026-05-04 16:40:55 +03:00
doc/md: prettier URL for versioned migrations doc (#2360)
This commit is contained in:
@@ -113,7 +113,7 @@ Note that if this option is enabled, the maximum number of possible tables is **
|
||||
## Offline Mode
|
||||
|
||||
**With Atlas becoming the default migration engine soon, offline migration will be replaced
|
||||
by [versioned migrations](migrate_versioned.md).**
|
||||
by [versioned migrations](versioned-migrations.md).**
|
||||
|
||||
Offline mode allows you to write the schema changes to an `io.Writer` before executing them on the database.
|
||||
It's useful for verifying the SQL commands before they're executed on the database, or to get an SQL script
|
||||
|
||||
Reference in New Issue
Block a user