Sha256: ce8d18101a1a6238ad16be9d0ff2a901bec8fe925babc18fc841134d0b8fe64c
Contents?: true
Size: 245 Bytes
Versions: 10
Compression:
Stored size: 245 Bytes
Contents
class AddDocumentIdToDocumentedItem < ActiveRecord::Migration def self.up add_column :documented_items, :online_document_section_id, :integer end def self.down remove_column :documented_items, :online_document_section_id end end
Version data entries
10 entries across 10 versions & 1 rubygems