Sha256: f227e29e1e67b01f7d871d08f0e31d418f3eef7f6cf3bf93c84cf64e43a7a649
Contents?: true
Size: 259 Bytes
Versions: 8
Compression:
Stored size: 259 Bytes
Contents
class AddNiiTypeIdToManifestation < ActiveRecord::Migration[4.2] 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
8 entries across 8 versions & 2 rubygems