Skip to content

Commit

Permalink
Added scheduled_at field to bdrb_job_queues migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Morabito committed Oct 18, 2008
1 parent b284255 commit 9305c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/bdrb_migration/templates/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def self.up
t.column :started_at, :datetime
t.column :finished_at, :datetime
t.column :archived_at, :datetime
t.column :scheduled_at, :datetime
t.column :tag, :string
t.column :submitter_info, :string
t.column :runner_info, :string
Expand Down

0 comments on commit 9305c00

Please sign in to comment.