Fix sql syntax error migration
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -2,7 +2,7 @@ CREATE TYPE control_state AS ENUM (
|
||||
'NOT_STARTED',
|
||||
'IN_PROGRESS',
|
||||
'NOT_APPLICABLE',
|
||||
'IMPLEMENTED',
|
||||
'IMPLEMENTED'
|
||||
);
|
||||
|
||||
CREATE TABLE control_state_transitions (
|
||||
|
||||
Reference in New Issue
Block a user