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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/praefect-schema.sql')
-rw-r--r--_support/praefect-schema.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/_support/praefect-schema.sql b/_support/praefect-schema.sql
index c0874080c..970f0e2ed 100644
--- a/_support/praefect-schema.sql
+++ b/_support/praefect-schema.sql
@@ -502,6 +502,13 @@ CREATE UNIQUE INDEX delete_replica_unique_index ON public.replication_queue USIN
--
+-- Name: replication_queue_constraint; Type: INDEX; Schema: public; Owner: -
+--
+
+CREATE UNIQUE INDEX replication_queue_constraint ON public.replication_queue USING btree (job, state);
+
+
+--
-- Name: replication_queue_target_index; Type: INDEX; Schema: public; Owner: -
--