internetee-registry/db/migrate/20150921110152_update_contacts_logs.rb
2015-09-23 12:34:18 +03:00

5 lines
140 B
Ruby

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