===== Database Index Description of "photo_dupe_version_idx" =====
=== Name ===
photo_dupe_version_idx
=== Description ===
Index on column 'version' of table 'photo_dupe'.
=== Purpose ===
Speedup of table row lookups based on column 'version' in table 'photo_dupe'.
=== Schema ===
create index photo_dupe_version_idx on photo_dupe(version);
=== Related tables (fields) ===
* [[photo_dupe sql table|photo_dupe(version)]]
=== History ===
== Used first ==
Version 2.34
== Used last ==
Still in use
== Change history ==
= Version 2.34 =
create index photo_dupe_version_idx on photo_dupe(version);