aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy2/2_create_comments.rb
blob: fb1032f8dd77b8347387601352e0ab4885051683 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
class CreateComments < ActiveRecord::Migration::Current
  def self.up
  end

  def self.down
  end
end