aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy2/1_create_articles.rb
blob: 85c166b3191a960277fdd12eaaddfd6bab66e942 (plain) (blame)
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