Files
mautrix-telegram/pkg/connector/store/upgrades/02-index-ghost-username.sql
T
2024-08-05 15:19:53 -06:00

4 lines
120 B
SQL

-- v2: Add index for ghost username metadata field
CREATE INDEX idx_ghost_username ON ghost ((metadata->>'username'));