aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/migrations/to_copy_with_timestamps2/20090101010101_create_articles.rb
blob: 85c166b3191a960277fdd12eaaddfd6bab66e942 (plain) (tree)
1
2
3
4
5
6
7
8
9

                             
                                                       





               
# frozen_string_literal: true

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

  def self.down
  end
end