diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-04 06:09:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-04 06:09:23 +0000 |
commit | 0250f48d9fc064b902d37e58f09715df0e1dd4e5 (patch) | |
tree | a6a8cfa30b5b949fd6ef0dba497614ef6472b51e /db | |
parent | 6f286d7717f419489a08a9918621f438256e397b (diff) | |
download | gitlab-ce-0250f48d9fc064b902d37e58f09715df0e1dd4e5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r-- | db/structure.sql | 4 |
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 |