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.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/structure.sql b/db/structure.sql
index cb9877ecb67..4f1aef9a8d0 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -16345,6 +16345,7 @@ CREATE TABLE elastic_reindexing_tasks (
max_slices_running smallint DEFAULT 60 NOT NULL,
slice_multiplier smallint DEFAULT 2 NOT NULL,
targets text[],
+ options jsonb DEFAULT '{}'::jsonb NOT NULL,
CONSTRAINT check_7f64acda8e CHECK ((char_length(error_message) <= 255))
);