Sha256: 91754963df72eec82123e7835dd18cd5def54b7ed4672428a4d887c5a6048b7b

Contents?: true

Size: 199 Bytes

Versions: 9

Compression:

Stored size: 199 Bytes

Contents

class AddStiToGalleriesAndPhotos < ActiveRecord::Migration
  def change
    add_column :polygallery_galleries, :class_name, :string
    add_column :polygallery_photos, :class_name, :string
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
polygallery-0.1.9 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.1.8 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.1.7 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.1.6 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.1.4 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.1.2 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.1.1 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.1.0 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb
polygallery-0.0.9 db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb