From b9230aecdc1ef611d4c203ade2e683da167ea9da Mon Sep 17 00:00:00 2001 From: David Pacheco Date: Fri, 20 Dec 2024 16:41:04 -0800 Subject: [PATCH] edit --- docs/reconfigurator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reconfigurator.adoc b/docs/reconfigurator.adoc index f0e0e348d3..0aa7ce78cc 100644 --- a/docs/reconfigurator.adoc +++ b/docs/reconfigurator.adoc @@ -254,7 +254,7 @@ This explains another reason why `my_config` should be optional in this structur * Blueprints' and inventory collections' database representations can go from NULL-able columns to non-NULL-able ones, though only if we can populate the value or drop old blueprints and collections. More work is needed here (see below). * The Sled Agent API input types and ledgers that refer to `my_config` can go from `my_config: Option` to `my_config: MyConfig`. No on-disk changes are needed for this. -**During the upgrade to the next release**: Blueprints that do not have `my_config` set will need to be deleted from the database prior to the upgrade. See https://github.com/oxidecomputer/omicron/issues/7278[omicron#7278] for more on operationalizing this. +**During the upgrade to the next release**: Blueprints and inventory collections that do not have `my_config` set will need to be deleted from the database prior to the upgrade. See https://github.com/oxidecomputer/omicron/issues/7278[omicron#7278] for more on operationalizing this. Visually: