Sha256: 4e693bf07b45b5c503576b97b46f31932069ed828e81dac1830419af6edb3999

Contents?: true

Size: 171 Bytes

Versions: 5

Compression:

Stored size: 171 Bytes

Contents

class DocumentImageAlt < ActiveRecord::Migration
  def up
    add_column :documents, :image_alt, :string
  end

  def down
    add_column :documents, :image_alt
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
qwerty-0.0.7.pre db/migrate/20110922113655_document_image_alt.rb
qwerty-0.0.5.pre db/migrate/20110922113655_document_image_alt.rb
qwerty-0.0.4.pre db/migrate/20110922113655_document_image_alt.rb
qwerty-0.0.3.pre db/migrate/20110922113655_document_image_alt.rb
qwerty-0.0.1.pre db/migrate/20110922113655_document_image_alt.rb