aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/migrations/to_copy2/1_create_articles.rb
blob: 3a82d15aeafd715afddf1d748f08645817da6096 (plain) (tree)
1
2
3
4
5
6
7
8
                             
                                                       





               
# frozen_string_literal: true
class CreateArticles < ActiveRecord::Migration::Current
  def self.up
  end

  def self.down
  end
end