Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Quick fix to schema: change index name from "sor_label" to "sor" on m…
…atchgrid_history_records (CO-2528) (#47)
arlen committed Oct 27, 2022
1 parent 553d2fe commit 7e76f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 7e76f9f

Please sign in to comment.