Page MenuHomeGRNET

20151029095243_add_enabled_to_job_templates.rb
No OneTemporary

File Metadata

Created
Sun, May 18, 1:01 AM

20151029095243_add_enabled_to_job_templates.rb

class AddEnabledToJobTemplates < ActiveRecord::Migration
def connection
ActiveRecord::Base.establish_connection(Baas::settings[:local_db]).connection
end
def change
add_column :job_templates, :enabled, :boolean, default: false
end
end

Event Timeline