summaryrefslogtreecommitdiff
path: root/db/migrate/20150205211843_add_timestamps_to_identities.rb
blob: 77cddbfec3b2b9af2c44df09031a193e13ee46ca (plain)
1
2
3
4
5
class AddTimestampsToIdentities < ActiveRecord::Migration
  def change
    add_timestamps(:identities)
  end
end