mirror of
https://github.com/status-im/migrate.git
synced 2025-02-22 07:58:05 +00:00
Remove hint regarding Makefile
As it is too much environment-specific
This commit is contained in:
parent
bb1e9dd3ae
commit
d0c2e446b7
@ -87,8 +87,6 @@ Make sure to check if your database changed as expected in this case as well.
|
||||
(e.g. if you created a table in a migration but reverse migration did not delete it, you will encounter an error when running the forward migration again)
|
||||
It's also worth checking your migrations in a separate, containerized environment. You can find some tools in the end of this tutorial.
|
||||
|
||||
**Hint:** Most probably you are going to use to the above commands often, it's worth putting them in a Makefile of your project.
|
||||
|
||||
## Optional: Run migrations within your Go app
|
||||
Here is a very simple app running migrations for the above configuration:
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user