Sha256: 73887e32b6ed179e2596a91ab8ac0b0e14f3b7b62473f9182ea88ee86da38755
Contents?: true
Size: 162 Bytes
Versions: 21
Compression:
Stored size: 162 Bytes
Contents
class AddNcidToManifestation < ActiveRecord::Migration def change add_column :manifestations, :ncid, :string add_index :manifestations, :ncid end end
Version data entries
21 entries across 21 versions & 1 rubygems