Sha256: 1af5b3bb8363f52dc869c73c6048480b879fdacaed7ae217ab870a7d14219fb5

Contents?: true

Size: 142 Bytes

Versions: 8

Compression:

Stored size: 142 Bytes

Contents

class RemoveCategoriesFromSection < ActiveRecord::Migration[5.1]
  def change
  	remove_reference :sections, :category, index: true
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dhatu-0.1.25 db/migrate/20171120145545_remove_categories_from_section.rb
dhatu-0.1.24 db/migrate/20171120145545_remove_categories_from_section.rb
dhatu-0.1.23 db/migrate/20171120145545_remove_categories_from_section.rb
dhatu-0.1.22 db/migrate/20171120145545_remove_categories_from_section.rb
dhatu-0.1.21 db/migrate/20171120145545_remove_categories_from_section.rb
dhatu-0.1.20 db/migrate/20171120145545_remove_categories_from_section.rb
dhatu-0.1.19 db/migrate/20171120145545_remove_categories_from_section.rb
dhatu-0.1.18 db/migrate/20171120145545_remove_categories_from_section.rb