aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy_with_timestamps2/20090101010202_create_comments.rb
blob: 1d213a17055f25f76884260ba1a78912aeffc6af (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class CreateComments < ActiveRecord::Migration::Current
  def self.up
  end

  def self.down
  end
end