mirror of
https://github.com/status-im/migrate.git
synced 2025-02-24 00:38:07 +00:00
commit
8b5365e62c
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…
x
Reference in New Issue
Block a user