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