Sha256: 455792aa2701ec67686771d47d7cd2e091267ce6275202427c9cc03926340c5e

Contents?: true

Size: 174 Bytes

Versions: 82

Compression:

Stored size: 174 Bytes

Contents

# frozen_string_literal: true

class AddStatusToTramwayEventEvents < ActiveRecord::Migration[5.1]
  def change
    add_column :tramway_event_events, :status, :text
  end
end

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
tramway-event-1.9.19.3 lib/tramway/event/generators/templates/add_status_to_tramway_event_events.rb
tramway-event-1.9.19.2 lib/tramway/event/generators/templates/add_status_to_tramway_event_events.rb