Sha256: 55712bec6a6595ee014c355461c947684ad53cbe139be0cbf03a22ce160f1add
Contents?: true
Size: 198 Bytes
Versions: 32
Compression:
Stored size: 198 Bytes
Contents
class AddPopupInfoToImageFormat < ActiveRecord::Migration def self.up add_column :iformats, :popup, :string, :limit => 120 end def self.down remove_column :iformats, :popup end end
Version data entries
32 entries across 32 versions & 1 rubygems