Sha256: 8f06012e64b32997f2bb2fdcf3e033b7e085cd18ec39c487033bd91e93f2d200

Contents?: true

Size: 213 Bytes

Versions: 9

Compression:

Stored size: 213 Bytes

Contents

class AddDescriptionToTemplateParts < ActiveRecord::Migration
  def self.up
    add_column :template_parts, :description, :string
  end
  
  def self.down
    remove_column :template_parts, :description
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
radiant-templates-extension-1.0.8 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.7 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.6 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.5 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.4 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.3 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.2 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.1 db/migrate/006_add_description_to_template_parts.rb
radiant-templates-extension-1.0.0 db/migrate/006_add_description_to_template_parts.rb