Sha256: 8d7cedc0c24e50ef72b1c2f40621ff8d1aac9353bb87ad6f321eac3fbe6ae627

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

class AddCheckoutIcalendarTokenToProfile < ActiveRecord::Migration[5.2]
  def change
    add_column :profiles, :checkout_icalendar_token, :string
    add_index :profiles, :checkout_icalendar_token, unique: true
  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/20140810091231_add_checkout_icalendar_token_to_profile.rb
enju_circulation-0.4.0.rc.1 db/migrate/20140810091231_add_checkout_icalendar_token_to_profile.rb