Sha256: ef6d2d0ecfcb4f81e624b1946b1507db1dc4517324b7d330c8cc51c290a04442
Contents?: true
Size: 201 Bytes
Versions: 6
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true class AddFaviconToTramwaySportSchoolInstitutions < ActiveRecord::Migration[5.1] def change add_column :tramway_sport_school_institutions, :favicon, :text end end
Version data entries
6 entries across 6 versions & 1 rubygems