From a822463c85888606bc6fed30948ce596caf7c4fc Mon Sep 17 00:00:00 2001 From: Greg Colombo Date: Wed, 5 Jun 2024 15:47:11 +0000 Subject: [PATCH] remove useless comment --- schema/crdb/dbinit.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/schema/crdb/dbinit.sql b/schema/crdb/dbinit.sql index 0d8309cabe..72ac9974d3 100644 --- a/schema/crdb/dbinit.sql +++ b/schema/crdb/dbinit.sql @@ -3512,10 +3512,6 @@ CREATE TABLE IF NOT EXISTS omicron.public.vmm ( sled_id UUID NOT NULL, propolis_ip INET NOT NULL, propolis_port INT4 NOT NULL CHECK (propolis_port BETWEEN 0 AND 65535) DEFAULT 12400, - - /* - * N.B. This column's - */ state omicron.public.vmm_state NOT NULL );