implement step 2 stuff
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
defmodule Entendu.Repo.Migrations.AddServiceAndRecipientToLinks do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:links) do
|
||||
add :recipient, :string
|
||||
add :service, :string
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user