Sha256: c9bdf6255a864a65cbbec63f9e960a141ed90b0c730abf009e8a02041c266272
Contents?: true
Size: 211 Bytes
Versions: 23
Compression:
Stored size: 211 Bytes
Contents
class ExpandCredPtypeColumn < ActiveRecord::Migration[4.2] def self.up change_column :creds, :ptype, :string, :limit => 256 end def self.down change_column :creds, :ptype, :string, :limit => 16 end end
Version data entries
23 entries across 23 versions & 2 rubygems