Sha256: 209245135e77d503cff34aee3fad2a77d3c5be0241aa4bb1fa2ab03d77d1c385

Contents?: true

Size: 108 Bytes

Versions: 4

Compression:

Stored size: 108 Bytes

Contents

class AddTimestampsToComments < ActiveRecord::Migration
  def change
  	add_timestamps(:comments)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sql_search_n_sort-2.1.6 test/dummy/db/migrate/20160121020232_add_timestamps_to_comments.rb
sql_search_n_sort-2.1.5 test/dummy/db/migrate/20160121020232_add_timestamps_to_comments.rb
sql_search_n_sort-2.1.4 test/dummy/db/migrate/20160121020232_add_timestamps_to_comments.rb
sql_search_n_sort-2.1.3 test/dummy/db/migrate/20160121020232_add_timestamps_to_comments.rb