Sha256: c7565979b8ecf270e53ff83f02a1e6510bc0be971fa57619c2953199b63afd79

Contents?: true

Size: 220 Bytes

Versions: 35

Compression:

Stored size: 220 Bytes

Contents

class AddUuidToShowAndEvent < ActiveRecord::Migration
  def change
    add_column :events, :uuid, :string
    add_column :shows , :uuid, :string
    
    add_index  :events, :uuid
    add_index  :shows , :uuid
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.3.0.pre3 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.3.0.pre2 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.3.0.pre1 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.beta.1 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.27 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.26 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.24 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.23 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.21 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.20 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.19 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.18 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.17 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.16 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.15 db/migrate/20121212022026_add_uuid_to_show_and_event.rb
artfully_ose-1.2.0.pre.12 db/migrate/20121212022026_add_uuid_to_show_and_event.rb