diff --git a/pkg/probo/coredata/migrations/20250126T141600Z.sql b/pkg/probo/coredata/migrations/20250126T141600Z.sql index 30f0e8299..bbb0e88b1 100644 --- a/pkg/probo/coredata/migrations/20250126T141600Z.sql +++ b/pkg/probo/coredata/migrations/20250126T141600Z.sql @@ -2,7 +2,7 @@ CREATE TYPE control_state AS ENUM ( 'NOT_STARTED', 'IN_PROGRESS', 'NOT_APPLICABLE', - 'IMPLEMENTED', + 'IMPLEMENTED' ); CREATE TABLE control_state_transitions (