mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-15 06:22:15 +01:00
3 lines
117 B
MySQL
3 lines
117 B
MySQL
|
-- v53: Add index to make querying by community faster
|
||
|
CREATE INDEX portal_parent_group_idx ON portal(parent_group);
|