# frozen_string_literal: true

class MigratePosted < ActiveRecord::Migration[4.2]
  def up
  end

  def down
  end
end