]> git.arvados.org - arvados.git/blob - services/api/db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb
4233: do not scale the 'cpu' series stats, and divide them by cpu count
[arvados.git] / services / api / db / migrate / 20130218181504_add_properties_to_pipeline_invocations.rb
1 class AddPropertiesToPipelineInvocations < ActiveRecord::Migration
2   def change
3     add_column :pipeline_invocations, :properties, :text
4   end
5 end