53-community-index.sql 117 B

12
  1. -- v53: Add index to make querying by community faster
  2. CREATE INDEX portal_parent_group_idx ON portal(parent_group);