Sha256: 9f77521c34f1cbafe8ee97dbc2e71ac013c74ff79f0e1b0f049f80002e572e4e

Contents?: true

Size: 212 Bytes

Versions: 73

Compression:

Stored size: 212 Bytes

Contents

class AddCheckoutIcalendarTokenToUser < ActiveRecord::Migration[4.2]
  def change
    add_column :users, :checkout_icalendar_token, :string
    add_index :users, :checkout_icalendar_token, unique: true
  end
end

Version data entries

73 entries across 73 versions & 9 rubygems

Version Path
enju_biblio-0.3.18 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.17 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.16 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.15 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_library-0.3.11 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_ndl-0.3.3 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_library-0.3.10 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.14 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_bookmark-0.3.2 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.13 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.12 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_oai-0.3.1 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.11 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_library-0.3.9 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.10 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_library-0.3.8 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.10.rc.3 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_biblio-0.3.10.rc.2 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_library-0.3.8.rc.2 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb
enju_library-0.3.8.rc.1 spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb