socialforge/db/migrate/20140710024054_add_is_publi...

6 lines
143 B
Ruby

class AddIsPublicToAttachment < ActiveRecord::Migration
def change
add_column :attachments, :is_public, :integer,:default => 1
end
end