Sha256: f7c6af994e0459ebf1fc54d251b54a1f04aa11a599d503b33273e87ae9832fb0
Contents?: true
Size: 225 Bytes
Versions: 169
Compression:
Stored size: 225 Bytes
Contents
class AddRootManifestationIdToSeriesStatement < ActiveRecord::Migration[4.2] def change add_column :series_statements, :root_manifestation_id, :integer add_index :series_statements, :root_manifestation_id end end
Version data entries
169 entries across 169 versions & 21 rubygems