Page MenuHomeGRNET

20151101142440_add_restore_location_to_job_templates.rb
No OneTemporary

File Metadata

Created
Wed, Jun 10, 7:32 PM

20151101142440_add_restore_location_to_job_templates.rb

class AddRestoreLocationToJobTemplates < ActiveRecord::Migration
def change
add_column :job_templates, :restore_location, :binary
end
end

Event Timeline