Sha256: b2e2ffa7b83778398da99e3281be6fa856c9e1440dac2503591cad1d94cd9ae6
Contents?: true
Size: 464 Bytes
Versions: 20
Compression:
Stored size: 464 Bytes
Contents
class UpdateCollectionTypeColumnNames < ActiveRecord::Migration[5.1] 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
20 entries across 20 versions & 1 rubygems