Sha256: fce2484f3b65c881ee6f6f892b50770efe6c93aa38a63afc9485a9c8d74b6c7a

Contents?: true

Size: 245 Bytes

Versions: 94

Compression:

Stored size: 245 Bytes

Contents

class ChangeEventIdToUuid < ActiveRecord::Migration[5.1]
  def change
    remove_column :events, :id
    add_column :events, :id, :uuid, default: "uuid_generate_v4()", null: false
    execute "ALTER TABLE events ADD PRIMARY KEY (id);"
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
station-0.5.16 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.15 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.14 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.13 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.12 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.11 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.10 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.9 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.8 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.7 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.6 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.5 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.4 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.3 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.2 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.1 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.5.0 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.4.9 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.4.8 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb
station-0.4.7 lib/nexmo_developer/db/migrate/20170413154102_change_event_id_to_uuid.rb