4 lines
157 B
SQL
4 lines
157 B
SQL
--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);
|