Sha256: 0879f643d3a5b4d028e9cb552cfd200cde2ee2a8c02521aa3b03a2d0cfbff71d
Contents?: true
Size: 464 Bytes
Versions: 34
Compression:
Stored size: 464 Bytes
Contents
class UpdateCollectionTypeColumnNames < ActiveRecord::Migration[5.2] def change rename_column :hyrax_collection_types, :discovery, :discoverable rename_column :hyrax_collection_types, :sharing, :sharable rename_column :hyrax_collection_types, :multiple_membership, :allow_multiple_membership rename_column :hyrax_collection_types, :workflow, :assigns_workflow rename_column :hyrax_collection_types, :visibility, :assigns_visibility end end
Version data entries
34 entries across 24 versions & 1 rubygems