Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Jun 5, 2024
1 parent a730d9c commit a822463
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schema/crdb/dbinit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand Down

0 comments on commit a822463

Please sign in to comment.