lib/dispatch-rider/scheduled_job/migration.rb in dispatch-rider-1.7.0 vs lib/dispatch-rider/scheduled_job/migration.rb in dispatch-rider-1.7.1
- old
+ new
@@ -7,9 +7,11 @@
t.text :message
t.string :claim_id
t.datetime :claim_expires_at
t.index :scheduled_at
+ t.index :claim_id
+ t.index :claim_expires_at
end
end
end
end