forked from MirrorHub/mautrix-whatsapp
2 lines
117 B
SQL
2 lines
117 B
SQL
-- v53: Add index to make querying by community faster
|
|
CREATE INDEX portal_parent_group_idx ON portal(parent_group);
|