FAQ: add required extension

Github-fix: #265
Signed-off-by: Nicolas Sebrecht <nicolas.sebrecht@1001pneus.fr>
This commit is contained in:
Nicolas Sebrecht 2017-07-28 14:25:39 +02:00
parent bfe502654c
commit d837bcc60c
1 changed files with 17 additions and 17 deletions

4
FAQ.md
View File

@ -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?