mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-05 14:29:09 +01: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);
|