2019-02-15 15:39:39 +05:30
|
|
|
class AddPagesDomainVerification < ActiveRecord::Migration[4.2]
|
2018-03-17 18:26:18 +05:30
|
|
|
DOWNTIME = false
|
|
|
|
|
|
|
|
def change
|
|
|
|
add_column :pages_domains, :verified_at, :datetime_with_timezone
|
|
|
|
add_column :pages_domains, :verification_code, :string
|
|
|
|
end
|
|
|
|
end
|