Sha256: ac85b8c3e2e12d8c81e9fcaba0812af13136cac096329a2e2dad449315f9509d

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

class AddDescriptionToKnowledgeBaseAttachmentsAttachment < ActiveRecord::Migration
  def change
    add_column :knowledge_base_sectionables_attachments_attachments, :description, :text
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knowledge_base-0.2.0 db/migrate/20140430112603_add_description_to_knowledge_base_attachments_attachment.rb