calendar_client_idx
Index on column 'client' of table 'calendar'.
Speedup of table row lookups based on column 'client' in table 'calendar'.
CREATE INDEX calendar_client_idx ON calendar(client);
Version 2.34
Still in use
= Version 2.34 =
CREATE INDEX calendar_client_idx ON calendar(client);