Sha256: a6753faabf36219e66d60e5b78d20c7cf1f06e060787b93f27585e084454680e
Contents?: true
Size: 277 Bytes
Versions: 9
Compression:
Stored size: 277 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
9 entries across 9 versions & 1 rubygems