summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/structure.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/structure.sql b/db/structure.sql
index b62dc137e71..9dc33fab3fa 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -23053,8 +23053,8 @@ CREATE TABLE vulnerability_state_transitions (
author_id bigint,
comment text,
dismissal_reason smallint,
- CONSTRAINT check_fca4a7ca39 CHECK ((char_length(comment) <= 255)),
- CONSTRAINT state_not_equal CHECK ((from_state <> to_state))
+ CONSTRAINT check_d1ca8ec043 CHECK ((from_state <> to_state)),
+ CONSTRAINT check_fca4a7ca39 CHECK ((char_length(comment) <= 255))
);
CREATE SEQUENCE vulnerability_state_transitions_id_seq