We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7ea00 commit b439f15Copy full SHA for b439f15
guides/Getting Started.md
@@ -56,7 +56,7 @@ Open the generated migration and call the `up` and `down` functions on `ErrorTra
56
defmodule MyApp.Repo.Migrations.AddErrorTracker do
57
use Ecto.Migration
58
59
- def up, do: ErrorTracker.Migration.up(version: 3)
+ def up, do: ErrorTracker.Migration.up(version: 4)
60
61
# We specify `version: 1` in `down`, to ensure we remove all migrations.
62
def down, do: ErrorTracker.Migration.down(version: 1)
0 commit comments