Sha256: fd9a0eee8cf17a30c9cc744e92d646ffea9485630b86e1ff98e6a327a9549354
Contents?: true
Size: 254 Bytes
Versions: 32
Compression:
Stored size: 254 Bytes
Contents
class AddNiiTypeIdToManifestation < ActiveRecord::Migration def self.up add_column :manifestations, :nii_type_id, :integer add_index :manifestations, :nii_type_id end def self.down remove_column :manifestations, :nii_type_id end end
Version data entries
32 entries across 32 versions & 2 rubygems