Serge Bazanski | 20312b4 | 2023-04-19 13:49:47 +0200 | [diff] [blame] | 1 | -- 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. | ||||
4 | ALTER TABLE work_backoff | ||||
5 | ADD COLUMN last_interval_seconds BIGINT NULL; |