mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-06 06:49:03 +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);
|