diff --git a/migrations/000.295.sql b/migrations/000.295.sql new file mode 100644 index 0000000..52ff50f --- /dev/null +++ b/migrations/000.295.sql @@ -0,0 +1,3 @@ +--P5-6656: add index to improved perfomance in the redirects table + +create index market_locale_id_source_uri_idx on redirects(market_locale_id, source_uri);