aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy_with_timestamps2/20090101010202_create_comments.rb
blob: 2b048edbb5f5fba2095d9d7ca075160ef1c63223 (plain) (blame)
1
2
3
4
5
6
7
class CreateComments < ActiveRecord::Migration
  def self.up
  end

  def self.down
  end
end