Skip to content

Commit dff6fd3

Browse files
authored
Merge pull request #176 from fuelen/fix/add_missing_migration
Add missing migration step
2 parents 539356c + 8cbbee4 commit dff6fd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

priv/test_repo/migrations/1_migrate_all.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@ defmodule Dataloader.Ecto.TestRepo.Migrations.MigrateAll do
4040
add :picture_id, references(:pictures)
4141
add :status, :string
4242
end
43+
44+
create table(:countries) do
45+
add :name, :string
46+
end
4347
end
4448
end

0 commit comments

Comments
 (0)