Sha256: 935a13cc160e3f1bba7ab2f8fd00ecdf053f0685a3201fe8086d2c17f62f637b
Contents?: true
Size: 221 Bytes
Versions: 109
Compression:
Stored size: 221 Bytes
Contents
class AddCheckoutIcalendarTokenToProfile < ActiveRecord::Migration[4.2] def change add_column :profiles, :checkout_icalendar_token, :string add_index :profiles, :checkout_icalendar_token, unique: true end end
Version data entries
109 entries across 109 versions & 11 rubygems