Commit 0731f89
authored
Update install guides migration example (#68)
As it may be seen in [Oban](https://hexdocs.pm/oban/installation.html)
it is recommended to set up hard version on the initial migration, so we
can ensure the ErrorTracker database matches the same schema over time.
This is important because other migrations may use our schema and if we
do not specify it we may end up with the latest schema update (version
10 for example) when the next migration was expecting version 2.1 parent e5eea0b commit 0731f89
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments