Sha256: c5cf6f2e2419e4a91a38c9fe8a17cd8ce72bb3b775b75a1ff84dc06d08faea27
Contents?: true
Size: 192 Bytes
Versions: 30
Compression:
Stored size: 192 Bytes
Contents
class EnlargeIpField < ActiveRecord::Migration def self.up change_column :contents, :ip, :string, :limit => 40 end def self.down change_column :contents, :ip, :string end end
Version data entries
30 entries across 30 versions & 1 rubygems