This was originally added in1c75bfdb8e
(June 2023), and when originally added, it used HetznerHost, and it worked correctly. Inb48756e163
, it was changed from using HetznerHost to using HostProvider, and at this point it broke, because host_provider.{server_identifier,provider_name} are primary key columns, and cannot be set via mass assignment by default. It's possible to fix this issue, but considering it has been broken for over 6 months, and is not used anywhere, it seems better to remove it. The only reason this wasn't discovered sooner is that the VmHost model specs are mostly mocked (yet another bug hidden by mocking).
19 KiB
19 KiB