blob: 94fd8a52277f93e4ed7f284871372354e4f5312d [file] [log] [blame]
Serge Bazanski20312b42023-04-19 13:49:47 +02001-- Add interval, in seconds. This is used to calculate subsequent backoff values
2-- for exponential backoffs. A future migration should make this field
3-- non-nullable.
4ALTER TABLE work_backoff
5ADD COLUMN last_interval_seconds BIGINT NULL;