diff --git a/schema/crdb/dbinit.sql b/schema/crdb/dbinit.sql index 0b30341694c..da7949007d2 100644 --- a/schema/crdb/dbinit.sql +++ b/schema/crdb/dbinit.sql @@ -1334,7 +1334,7 @@ CREATE TYPE IF NOT EXISTS omicron.public.producer_kind AS ENUM ( -- removed). 'service', -- A Propolis VMM for an instance in the omicron.public.instance table - 'instance' + 'instance', -- A management gateway service on a scrimlet. 'management_gateway' );