Sha256: e71ac6c21ffe49fbf2da3a2119e3801d653890c2742ec5fb1e82261510a92c7d
Contents?: true
Size: 193 Bytes
Versions: 63
Compression:
Stored size: 193 Bytes
Contents
class AddBadgeColorToCollectionTypes < ActiveRecord::Migration<%= migration_version %> def change add_column :hyrax_collection_types, :badge_color, :string, default: '#663333' end end
Version data entries
63 entries across 63 versions & 1 rubygems