Sha256: 49333d43d4c408017e3660efbf9f04ab007d495eb1cce1972fed0566edb5af14
Contents?: true
Size: 164 Bytes
Versions: 3
Compression:
Stored size: 164 Bytes
Contents
class ChangeProfileFieldValueToText < ActiveRecord::Migration def change change_table :profile_fields do |t| t.change :value, :text end end end
Version data entries
3 entries across 3 versions & 1 rubygems