Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-30 03:08:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-30 03:08:20 +0300
commitb0feb2f9d0d0d186a3926b3a928e9740ace0dc94 (patch)
tree820074fd93e0600b496ebe72353268b5f261a821 /db/structure.sql
parentface8345a20b100d3a96dd8450a2aa3bceaecad2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql
index 199729020a5..04591373b17 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -24888,7 +24888,6 @@ CREATE TABLE vulnerabilities (
updated_by_id bigint,
last_edited_by_id bigint,
start_date date,
- due_date date,
last_edited_at timestamp with time zone,
created_at timestamp with time zone NOT NULL,
updated_at timestamp with time zone NOT NULL,