internetee-registry/db/migrate/20150921110152_update_contacts_logs.rb
2021-04-26 18:54:26 +05:00

5 lines
145 B
Ruby

class UpdateContactsLogs < ActiveRecord::Migration[6.0]
def change
add_column :log_contacts, :legacy_ident_updated_at, :datetime
end
end