files_version_idx
Index on column 'version of table 'files'.
Speedup of table row lookups based on column 'version' in table 'files'.
CREATE INDEX files_version_idx ON files(version);
Version 2.34
Still in use
= Version 2.34 =
CREATE INDEX files_version_idx ON files(version);