Sha256: 9185347e6dec2a2fc9d219a621649233b40b63dd8769610296100bb7145458c5

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

class AddOverlayImageIdToContentParts < ActiveRecord::Migration
  def self.up
    add_column :content_images, :content_part_as_overlay_id, :integer
  end

  def self.down
    remove_column :content_parts, :overlay_image_id
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree-cms-0.2.1 db/migrate/0005_add_overlay_image_id_to_content_parts.rb
spree-cms-0.2.0 db/migrate/0005_add_overlay_image_id_to_content_parts.rb
spree-cms-0.1.0 db/migrate/0005_add_overlay_image_id_to_content_parts.rb