mirror of https://github.com/status-im/migrate.git
FAQ: add required extension
Github-fix: #265 Signed-off-by: Nicolas Sebrecht <nicolas.sebrecht@1001pneus.fr>
This commit is contained in:
parent
bfe502654c
commit
d837bcc60c
4
FAQ.md
4
FAQ.md
|
@ -21,8 +21,8 @@
|
|||
|
||||
#### What's the difference between Next/Previous and Up/Down?
|
||||
```
|
||||
1_first_migration.up next -> 2_second_migration.up ...
|
||||
1_first_migration.down <- previous 2_second_migration.down ...
|
||||
1_first_migration.up.extension next -> 2_second_migration.up.extension ...
|
||||
1_first_migration.down.extension <- previous 2_second_migration.down.extension ...
|
||||
```
|
||||
|
||||
#### Why two separate files (up and down) for a migration?
|
||||
|
|
Loading…
Reference in New Issue