Sybren A. Stüvel 0c4240ec3a Manager: make some db fields boolean instead of smallint
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.
2024-05-28 18:15:21 +02:00
..
2024-05-28 14:46:42 +02:00
2022-07-01 12:34:40 +02:00
2023-07-06 16:08:57 +02:00