class AddIptcToSearchImageField < ActiveRecord::Migration
  def change
    add_column :search_image_fields, :iptc, :text
  end
end
