
Turn `workers.lazy_status_request` and `workers.can_restart` into a `boolean`. They were `smallint` before. Having these explicitly modeled as `boolean` will make sqlc generate the right type for them. No functional changes.
Turn `workers.lazy_status_request` and `workers.can_restart` into a `boolean`. They were `smallint` before. Having these explicitly modeled as `boolean` will make sqlc generate the right type for them. No functional changes.