From 176b7fd185556af5416596d7608d4a69e0d3311b Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Fri, 23 Sep 2022 08:47:43 -0400 Subject: [PATCH] Quick fix to schema: change index name from "sor_label" to "sor" on matchgrid_history_records (CO-2528) --- app/config/schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/schema/schema.json b/app/config/schema/schema.json index bdf1496b9..c452fa493 100644 --- a/app/config/schema/schema.json +++ b/app/config/schema/schema.json @@ -277,7 +277,7 @@ }, "indexes": { "matchgrid_history_records_i1": { - "columns": [ "matchgrid_id", "sor_label", "sorid" ] + "columns": [ "matchgrid_id", "sor", "sorid" ] } }, "changelog": false