Sha256: cb9e25ed1b9e8651d10cdc9d80bb2d5f99d4528d6bca7de1f2907047100d3bc3
Contents?: true
Size: 147 Bytes
Versions: 264
Compression:
Stored size: 147 Bytes
Contents
class AddFullNameTranscriptionToProfile < ActiveRecord::Migration def change add_column :profiles, :full_name_transcription, :text end end
Version data entries
264 entries across 256 versions & 19 rubygems