Skip to content

Commit a822463

Browse files
committed
remove useless comment
1 parent a730d9c commit a822463

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

schema/crdb/dbinit.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3512,10 +3512,6 @@ CREATE TABLE IF NOT EXISTS omicron.public.vmm (
35123512
sled_id UUID NOT NULL,
35133513
propolis_ip INET NOT NULL,
35143514
propolis_port INT4 NOT NULL CHECK (propolis_port BETWEEN 0 AND 65535) DEFAULT 12400,
3515-
3516-
/*
3517-
* N.B. This column's
3518-
*/
35193515
state omicron.public.vmm_state NOT NULL
35203516
);
35213517

0 commit comments

Comments
 (0)