8784: Fix test for latest firefox.
[arvados.git] / services / api / db / migrate / 20140407184311_rename_log_info_to_properties.rb
1 class RenameLogInfoToProperties < ActiveRecord::Migration
2   def change
3     rename_column :logs, :info, :properties
4   end
5 end