Sha256: c326b675ff66750ddeb8a3f55009ecd6379ad2a44f3efbc87581e88b7cabc8b9
Contents?: true
Size: 180 Bytes
Versions: 44
Compression:
Stored size: 180 Bytes
Contents
class NameForPromotions < ActiveRecord::Migration def self.up add_column "promotions", "name", :string end def self.down remove_column "promotions", "name" end end
Version data entries
44 entries across 40 versions & 8 rubygems