Sha256: cda2f83324cfcc79f134e6ee523bebd62976eca4abc7e819317859844ee1d4da
Contents?: true
Size: 195 Bytes
Versions: 85
Compression:
Stored size: 195 Bytes
Contents
# frozen_string_literal: true class AddLinkObjectIdToTramwayLandingBlocks < ActiveRecord::Migration[5.1] def change add_column :tramway_landing_blocks, :link_object_id, :integer end end
Version data entries
85 entries across 85 versions & 1 rubygems