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