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