Skip to content

Commit 0c55ef3

Browse files
committed
remove useless comment
1 parent 05e7d2f commit 0c55ef3

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
@@ -3487,10 +3487,6 @@ CREATE TABLE IF NOT EXISTS omicron.public.vmm (
34873487
sled_id UUID NOT NULL,
34883488
propolis_ip INET NOT NULL,
34893489
propolis_port INT4 NOT NULL CHECK (propolis_port BETWEEN 0 AND 65535) DEFAULT 12400,
3490-
3491-
/*
3492-
* N.B. This column's
3493-
*/
34943490
state omicron.public.vmm_state NOT NULL
34953491
);
34963492

0 commit comments

Comments
 (0)