Sha256: 6bbd8715dc712919a6b9db9b158097204466d11fed896bd62f6e009f56837a0b
Contents?: true
Size: 180 Bytes
Versions: 154
Compression:
Stored size: 180 Bytes
Contents
class ExpandNotes < ActiveRecord::Migration def self.up change_column :notes, :data, :text end def self.down change_column :notes, :data, :string, :limit => 65536 end end
Version data entries
154 entries across 154 versions & 1 rubygems