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:
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql
index a8cd3824d84..1a964aa2c04 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -18767,7 +18767,8 @@ CREATE TABLE merge_request_context_commit_diff_files (
old_path text NOT NULL,
diff text,
"binary" boolean,
- merge_request_context_commit_id bigint NOT NULL
+ merge_request_context_commit_id bigint NOT NULL,
+ generated boolean
);
CREATE TABLE merge_request_context_commits (