socialforge/db/migrate/20140812065147_add_colun_to...

6 lines
158 B
Ruby
Raw Normal View History

class AddColunToCourseAttachments < ActiveRecord::Migration
def change
add_column :course_attachments, :container_id, :integer, :default => 0
end
end