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