Sha256: 05027041a25acc87a47855ce41990394a8520c24e1a8cda2e7296fe7cc20d845
Contents?: true
Size: 483 Bytes
Versions: 65
Compression:
Stored size: 483 Bytes
Contents
class UpdateCollectionTypeColumnNames < ActiveRecord::Migration<%= migration_version %> 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
65 entries across 65 versions & 1 rubygems