Sha256: 11ba3ee35d73387219bcad7896cd09b3603d0ab8d5a2d400bd1a7fa40b2639aa
Contents?: true
Size: 284 Bytes
Versions: 453
Compression:
Stored size: 284 Bytes
Contents
class AddCurrentCheckoutCountToUserGroupHasCheckoutType < ActiveRecord::Migration def self.up add_column :user_group_has_checkout_types, :current_checkout_count, :integer end def self.down remove_column :user_group_has_checkout_types, :current_checkout_count end end
Version data entries
453 entries across 446 versions & 12 rubygems