db/migrate/20121108174237_add_started_at_to_build.rb (5 lines of code) (raw):

class AddStartedAtToBuild < ActiveRecord::Migration def change add_column :builds, :started_at, :datetime, null: true end end