Sha256: bd38bbbc77762a5ac5c5c00cd510dfdd73c9da2eeea4aa74fbad4da5b08ca0fb
Contents?: true
Size: 203 Bytes
Versions: 23
Compression:
Stored size: 203 Bytes
Contents
class ExpandHostComment < ActiveRecord::Migration[4.2] def self.up change_column :hosts, :comments, :text end def self.down change_column :hosts, :comments, :string, :limit => 4096 end end
Version data entries
23 entries across 23 versions & 2 rubygems