Skip to content

Commit

Permalink
Merge pull request #176 from fuelen/fix/add_missing_migration
Browse files Browse the repository at this point in the history
Add missing migration step
  • Loading branch information
benwilson512 authored Oct 2, 2024
2 parents 539356c + 8cbbee4 commit dff6fd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions priv/test_repo/migrations/1_migrate_all.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ defmodule Dataloader.Ecto.TestRepo.Migrations.MigrateAll do
add :picture_id, references(:pictures)
add :status, :string
end

create table(:countries) do
add :name, :string
end
end
end

0 comments on commit dff6fd3

Please sign in to comment.