Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20150205211843_add_timestamps_to_identities.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77cddbfec3b2b9af2c44df09031a193e13ee46ca (plain)
1
2
3
4
5
class AddTimestampsToIdentities < ActiveRecord::Migration
  def change
    add_timestamps(:identities)
  end
end