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