Sha256: b842d250f40cfcf9031b9d6e3dae2ee6821003bf518ffe6d94ea2cc5ca4f78cb

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

class AddCurrentCheckoutCountToUserGroupHasCheckoutType < ActiveRecord::Migration[5.2]
  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

2 entries across 2 versions & 2 rubygems

Version Path
enju_inventory-0.4.0.rc.1 spec/dummy/db/migrate/20110328130826_add_current_checkout_count_to_user_group_has_checkout_type.rb
enju_circulation-0.4.0.rc.1 db/migrate/20110328130826_add_current_checkout_count_to_user_group_has_checkout_type.rb