Sha256: b6d9a5c0234f13ad4bccfb31b1175c8a9b0b58c81ae141032150779e97b470da

Contents?: true

Size: 143 Bytes

Versions: 6

Compression:

Stored size: 143 Bytes

Contents

class AddDescriptionToStachioTemplates < ActiveRecord::Migration
  def change
    add_column :stachio_templates, :description, :text
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stachio-0.2.1 db/migrate/20130529130543_add_description_to_stachio_templates.rb
stachio-0.2.0 db/migrate/20130529130543_add_description_to_stachio_templates.rb
stachio-0.1.0 db/migrate/20130529130543_add_description_to_stachio_templates.rb
stachio-0.0.6 db/migrate/20130529130543_add_description_to_stachio_templates.rb
stachio-0.0.5 db/migrate/20130529130543_add_description_to_stachio_templates.rb
stachio-0.0.4 db/migrate/20130529130543_add_description_to_stachio_templates.rb