Sha256: 6f51f9a4c6d56d9b9536117ce37ef3c6dd2df5c442f7901017088e98b820b8d9
Contents?: true
Size: 177 Bytes
Versions: 34
Compression:
Stored size: 177 Bytes
Contents
class AddBrandingToCollectionType < ActiveRecord::Migration[5.2] def change add_column :hyrax_collection_types, :brandable, :boolean, null: false, default: true end end
Version data entries
34 entries across 24 versions & 1 rubygems