Sha256: d7ddcbb372a8c77dc7657e5d066451b49639a4c02999343e22dedf5db6c95817
Contents?: true
Size: 196 Bytes
Versions: 85
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true class AddLinkObjectTypeToTramwayLandingBlocks < ActiveRecord::Migration[5.1] def change add_column :tramway_landing_blocks, :link_object_type, :text end end
Version data entries
85 entries across 85 versions & 1 rubygems