Skip to content

Commit b439f15

Browse files
committed
Update migration version in Getting Started
1 parent 3e7ea00 commit b439f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Open the generated migration and call the `up` and `down` functions on `ErrorTra
5656
defmodule MyApp.Repo.Migrations.AddErrorTracker do
5757
use Ecto.Migration
5858

59-
def up, do: ErrorTracker.Migration.up(version: 3)
59+
def up, do: ErrorTracker.Migration.up(version: 4)
6060

6161
# We specify `version: 1` in `down`, to ensure we remove all migrations.
6262
def down, do: ErrorTracker.Migration.down(version: 1)

0 commit comments

Comments
 (0)