add script/dispatch_jobs.rb and related Job features
[arvados.git] / db / migrate / 20130122221616_add_modified_at_to_logs.rb
1 class AddModifiedAtToLogs < ActiveRecord::Migration
2   def change
3     add_column :logs, :modified_at, :datetime
4   end
5 end