Skip to content

Commit

Permalink
Update migration version in Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
odarriba committed Nov 21, 2024
1 parent 3e7ea00 commit b439f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Open the generated migration and call the `up` and `down` functions on `ErrorTra
defmodule MyApp.Repo.Migrations.AddErrorTracker do
use Ecto.Migration

def up, do: ErrorTracker.Migration.up(version: 3)
def up, do: ErrorTracker.Migration.up(version: 4)

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

0 comments on commit b439f15

Please sign in to comment.