parent
ced1bd109f
commit
d563a2568a
@ -0,0 +1,9 @@ |
||||
defmodule Explorer.Repo.Migrations.AddMetadataFieldToAddressNames do |
||||
use Ecto.Migration |
||||
|
||||
def change do |
||||
alter table(:address_names) do |
||||
add(:metadata, :map) |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue