Sha256: 4be9eb1c5b79c914832d6dd1f4bc5c95cf40ad75c9acb9f450992705ac838f2b

Contents?: true

Size: 207 Bytes

Versions: 3

Compression:

Stored size: 207 Bytes

Contents

# This migration comes from stachio (originally 20130529130543)
class AddDescriptionToStachioTemplates < ActiveRecord::Migration
  def change
    add_column :stachio_templates, :description, :text
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stachio-0.0.6 spec/dummy/db/migrate/20130529132017_add_description_to_stachio_templates.stachio.rb
stachio-0.0.5 spec/dummy/db/migrate/20130529132017_add_description_to_stachio_templates.stachio.rb
stachio-0.0.4 spec/dummy/db/migrate/20130529132017_add_description_to_stachio_templates.stachio.rb