Sha256: ffdf29e9bb8cf36f261e02006f8fefe7726a01acfd0b35e912cb62e90dcd2948

Contents?: true

Size: 271 Bytes

Versions: 82

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

# NOTE must be removed until tramway-event 2.0

class RenameTramwayEventPeopleSectionsToTramwayEventPartakings < ActiveRecord::Migration[5.1]
  def change
    rename_table :tramway_event_people_sections, :tramway_event_partakings
  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/rename_tramway_event_people_sections_to_tramway_event_partakings.rb
tramway-event-1.9.19.2 lib/tramway/event/generators/templates/rename_tramway_event_people_sections_to_tramway_event_partakings.rb