Sha256: 79179806ee3d81090a741f8e08efa98b16fd582f76f97015f9fa2bd05c29bdb6
Contents?: true
Size: 185 Bytes
Versions: 22
Compression:
Stored size: 185 Bytes
Contents
class ExpandNotes < ActiveRecord::Migration[4.2] def self.up change_column :notes, :data, :text end def self.down change_column :notes, :data, :string, :limit => 65536 end end
Version data entries
22 entries across 22 versions & 2 rubygems