Sha256: ded4e38e88ae853ac8804732e60a45357d594046ab0f06fcf1696383d8848ad0

Contents?: true

Size: 137 Bytes

Versions: 27

Compression:

Stored size: 137 Bytes

Contents

class RemoveDateColumnFromCrewTimes < ActiveRecord::Migration[6.0]
  def change
    remove_column :ecom_core_crew_times, :date
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ecom_core-1.1.14 db/migrate/20200401071343_remove_date_column_from_crew_times.rb
ecom_core-1.1.13 db/migrate/20200401071343_remove_date_column_from_crew_times.rb
ecom_core-1.1.12 db/migrate/20200401071343_remove_date_column_from_crew_times.rb
ecom_core-1.1.11 db/migrate/20200401071343_remove_date_column_from_crew_times.rb
ecom_core-1.1.10 db/migrate/20200401071343_remove_date_column_from_crew_times.rb
ecom_core-1.1.9 db/migrate/20200401071343_remove_date_column_from_crew_times.rb
ecom_core-1.1.8 db/migrate/20200401071343_remove_date_column_from_crew_times.rb