Skip to content

Commit

Permalink
Add title to permalinks table (#183)
Browse files Browse the repository at this point in the history
Required to support elixir-ecto/ecto#3219.
  • Loading branch information
halostatue committed Feb 3, 2020
1 parent 12a347f commit 63a7100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_test/support/migration.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ defmodule Ecto.Integration.Migration do

create table(:permalinks) do
add :uniform_resource_locator, :string
add :title, :string
add :post_id, references(:posts)
add :user_id, references(:users)
end
Expand Down

0 comments on commit 63a7100

Please sign in to comment.