Sha256: be831989fc5584d347eddcab82333984f8d9da24a54815c6a7f72662181e24b0

Contents?: true

Size: 120 Bytes

Versions: 5

Compression:

Stored size: 120 Bytes

Contents

class AddDescriptionToClips < ActiveRecord::Migration
  def change
    add_column :clips, :description, :text
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kinney-0.1.1 db/migrate/20120621152659_add_description_to_clips.rb
kinney-0.1.0 db/migrate/20120621152659_add_description_to_clips.rb
kinney-0.0.3 db/migrate/20120621152659_add_description_to_clips.rb
kinney-0.0.2 db/migrate/20120621152659_add_description_to_clips.rb
kinney-0.0.1 db/migrate/20120621152659_add_description_to_clips.rb