Tutorial: Remove info about migration version table

This commit is contained in:
Marcin K 2019-08-07 01:09:26 +02:00
parent d7e0e40e0a
commit 1d402e46a8
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ You can find details [here](README.md#use-in-your-go-project)
Just add the code to your app and you're ready to go! Just add the code to your app and you're ready to go!
**In both of the above cases, you do not need to create the table used to track the currently applied migration. It will be created automatically.**
## Further reading: ## Further reading:
- [Best practices](MIGRATIONS.md) - [Best practices](MIGRATIONS.md)
- [FAQ](FAQ.md) - [FAQ](FAQ.md)