Sha256: 6bc464c0b681b0378b8226b03496643e51272fc578b720ffefdc621456368b61
Contents?: true
Size: 159 Bytes
Versions: 339
Compression:
Stored size: 159 Bytes
Contents
class AddDoiToManifestation < ActiveRecord::Migration def change add_column :manifestations, :doi, :string add_index :manifestations, :doi end end
Version data entries
339 entries across 336 versions & 19 rubygems