Sybren A. Stüvel 60d54eabb3 Manager: avoid recreation of Worker table at startup
Mark the default value of `Worker.LazyStatusRequest` as `false`. The
previous default was configured as `0`, which was different enough to
always trigger a database migration of that column. However, since these
values do map to each other, the migration didn't do anything concrete,
and would be triggered again at the next startup.
2023-07-10 13:56:47 +02:00
..
2023-04-17 16:36:52 +02:00
2023-03-21 12:16:04 +01:00
2022-07-28 14:28:02 +02:00