Timestamp in UTC, abstract storage

This commit is contained in:
Gregory Eremin
2013-06-07 12:32:50 +04:00
parent 861c12aa32
commit c6f0f2480d
14 changed files with 84 additions and 32 deletions
@@ -4,7 +4,7 @@ class CreateBurdenRuns < ActiveRecord::Migration
t.string :name
t.boolean :success
t.float :execution_time
t.timestamps
t.datetime :timestamp
end
end