mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
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);
|