Sha256: 9a3b4e4eb2ed164c51536ad4af93b8b0be8e9244b47986985a766eba3ab2c640
Contents?: true
Size: 212 Bytes
Versions: 26
Compression:
Stored size: 212 Bytes
Contents
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
26 entries across 26 versions & 2 rubygems