Skip to content

Commit

Permalink
Actually create jobs timestamps not null
Browse files Browse the repository at this point in the history
Fixes bug introduced in g/284968 and makes the migration match inst-jobs

refs FOO-3107

Change-Id: I09902b7f97450ddd461d6daf51c32906397f794d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/301406
Tested-by: Service Cloud Jenkins <[email protected]>
Reviewed-by: August Thornton <[email protected]>
QA-Review: Jacob Burroughs <[email protected]>
Product-Review: Jacob Burroughs <[email protected]>
Migration-Review: Jacob Burroughs <[email protected]>
  • Loading branch information
maths22 committed Sep 20, 2022
1 parent 33a347f commit 43f00db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20101216224513_create_delayed_jobs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def self.up
# Who is working on this object (if locked)
table.string :locked_by, limit: 255

table.timestamps null: true
table.timestamps

table.string :tag, limit: 255
table.integer :max_attempts
Expand Down

0 comments on commit 43f00db

Please sign in to comment.