Sha256: 507f2f903b703720b78b29dff080af485f481319dd58ad74359bfde37299a7a8
Contents?: true
Size: 199 Bytes
Versions: 18
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true class AddContactsToTramwaySportSchoolInstitutions < ActiveRecord::Migration[5.1] def change add_column :tramway_sport_school_institutions, :name, :text end end
Version data entries
18 entries across 18 versions & 1 rubygems