Sha256: f0c22bc41fcc8e74fe80bde69527955f80aa02950df6fbe09f4ba65e3c4a7cfa
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
# This migration comes from tb_media (originally 20120501203325) class AddProtectedToSpudMedia < ActiveRecord::Migration def change add_column :spud_media, :is_protected, :boolean, default: false add_column :spud_media, :attachment_updated_at, :datetime end end
Version data entries
4 entries across 4 versions & 1 rubygems