@@ -3,8 +3,8 @@ defmodule Mobilizon.Repo.Migrations.RemoveAddressType do
|
|||||||
require Logger
|
require Logger
|
||||||
|
|
||||||
def up do
|
def up do
|
||||||
execute "DROP TYPE IF EXISTS address_type"
|
|
||||||
execute "ALTER TABLE \"events\" DROP COLUMN IF EXISTS address_type"
|
execute "ALTER TABLE \"events\" DROP COLUMN IF EXISTS address_type"
|
||||||
|
execute "DROP TYPE IF EXISTS address_type"
|
||||||
rename table(:events), :phone, to: :phone_address
|
rename table(:events), :phone, to: :phone_address
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user